summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* | | r300g: Knock out another fragment of invariant state.Corbin Simpson2009-08-071-8/+3
* | | gallium: Move minify() to u_math.Corbin Simpson2009-08-076-29/+5
* | | r300g: Remove r300_constant_buffer::user_count.Corbin Simpson2009-08-073-6/+3
* | | i915g: Don't forget x/y coords in transfersJakob Bornecrantz2009-08-081-0/+2
* | | i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz2009-08-081-1/+0
* | | util: fix incorrect assertionBrian Paul2009-08-071-1/+1
* | | util: include u_surface.h, added commentBrian Paul2009-08-071-0/+2
* | | util: use util_same_surface() to compare surface pointersBrian Paul2009-08-071-3/+3
* | | util: added util_same_surface() helper functionBrian Paul2009-08-071-0/+17
* | | i915g: Compile with sconsJakob Bornecrantz2009-08-061-1/+4
* | | identity: Use the correct textureJakob Bornecrantz2009-08-061-1/+1
* | | st/xorg: If we have DRI2 we should also have some sort of hw supportJakob Bornecrantz2009-08-061-1/+1
* | | i915g: Always run in sync with the HWJakob Bornecrantz2009-08-061-0/+4
* | | i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz2009-08-061-1/+1
* | | i915g: Dirty fix for VBO module double flush assertJakob Bornecrantz2009-08-061-4/+12
* | | i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz2009-08-063-11/+27
* | | egl_softpipe: Add support for pbuffer binding.Chia-I Wu2009-08-051-0/+84
* | | egl_softpipe: Flush when switching current context.Chia-I Wu2009-08-051-0/+4
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-16/+64
|\ \ \ | | |/ | |/|
| * | util: added comment/question about blit clippingBrian Paul2009-08-051-0/+1
| * | util: added util_blit_pixels() overlap testBrian Paul2009-08-051-2/+34
| * | util: fix util_blit_pixels() test for surface_copy() pathBrian Paul2009-08-051-16/+24
| * | util: reformatting and commentsBrian Paul2009-08-051-3/+10
* | | st/xorg: Make it work againJakob Bornecrantz2009-08-055-10/+86
* | | st/egl: Create primary texture not display targetJakob Bornecrantz2009-08-051-2/+2
* | | i915g: Treat primary textures as scanout buffersJakob Bornecrantz2009-08-054-14/+58
* | | i915g: Link with trace on EGL and XorgJakob Bornecrantz2009-08-052-0/+2
* | | trace: Use correct texture in drm_api wrapperJakob Bornecrantz2009-08-051-1/+1
* | | softpipe: Also defere primary textures to backendJakob Bornecrantz2009-08-051-1/+2
* | | r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer2009-08-042-6/+5
* | | egl_softpipe: Add support for pbuffer surface.Chia-I Wu2009-08-031-7/+96
* | | egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-033-4/+4
* | | tgsi: report opcode name in addition to the number when translation failsBrian Paul2009-08-032-3/+9
* | | tgsi: added tgsi_get_opcode_name()Brian Paul2009-08-032-0/+13
* | | gallium: comments, reformattingBrian Paul2009-08-031-17/+32
* | | Merge commit 'nha/r300-compiler-gallium'Corbin Simpson2009-08-0221-1957/+1035
|\ \ \
| * | | r300g: Use radeon compiler for fragment programsNicolai Hähnle2009-07-3017-1312/+450
| * | | r300g: Remove extraneous printfNicolai Hähnle2009-07-301-2/+0
| * | | r300g: Use r300compiler for vertex shadersNicolai Hähnle2009-07-3016-750/+692
* | | | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-5/+18
* | | | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-3112-44/+44
|/ / /
* | | softpipe: Mark texture dirty when unmapped.Chia-I Wu2009-07-301-6/+5
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-2/+0
|\ \ \ | |/ /
| * | util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-291-2/+0
* | | tgsi: Add proper constraints to sanity.Michal Krol2009-07-301-2/+22
* | | tgsi: Declare a LOOP register.Michal Krol2009-07-305-7/+12
* | | tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol2009-07-301-2/+2
* | | tgsi: Document LOOP/ENDLOOP instruction operation.Michal Krol2009-07-301-2/+18
* | | gallium: fix SSE shadow texture instructionsBrian Paul2009-07-291-3/+3
| |/ |/|
* | nv50: support non-blocking query_result()Ben Skeggs2009-07-291-5/+5