summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-01-22softpipe: pass surface format to get/put_tile functionsBrian Paul1-10/+12
2011-01-22gallium/util: added pipe_put_tile_rgba_format()Brian Paul2-1/+18
2011-01-22gallium/util: simplify pipe_get_tile_rgba()Brian Paul1-20/+1
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul3-70/+20
2011-01-22softpipe: use proper type for format fieldBrian Paul1-1/+1
2011-01-22gallium/util: added util_format_linear()Brian Paul1-1/+41
2011-01-22scons: Add support for GLES.Chia-I Wu5-4/+30
2011-01-21i915g: Don't (un)map vbuf on each (un)map callJakob Bornecrantz1-4/+12
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz5-25/+32
2011-01-21i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz5-11/+31
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz5-21/+55
2011-01-21st/dri: Fix warningJakob Bornecrantz1-0/+1
2011-01-21r600g: check if hardware blits are possible bevore enabling tillingChristian König1-41/+40
2011-01-21r600g: FLT_TO_INT_FLOOR is trans instructionAlex Deucher1-0/+1
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul1-5/+21
2011-01-20graw: fix logic error in pixel format selectionBrian Paul10-54/+96
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2-1/+9
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet5-55/+39
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet1-5/+1
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul1-3/+14
2011-01-19r600g: fix segfault if texture operand is a literalChristian König1-1/+3
2011-01-19gallium/docs: document result type for some types of queriesBrian Paul1-0/+2
2011-01-19r600g: fix reserve_cfile for R700+Christian König1-19/+17
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul1-0/+4
2011-01-18softpipe: rename some functions for consistencyBrian Paul1-7/+7
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet8-66/+66
2011-01-18r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet2-1001/+0
2011-01-18r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet1-3/+3
2011-01-18softpipe: added some null pointer checksBrian Paul1-3/+3
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul5-9/+9
2011-01-18Remove executables from source tree.José Fonseca5-0/+0
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul1-1/+1
2011-01-17nouveau: fix build against out of tree libdrmDave Airlie4-0/+8
2011-01-16r600g: fix PIPE_CAP_INSTANCED_DRAWING warningChristian König1-0/+1
2011-01-16r600g: fix alu inst group merging for relative adressingChristian König1-1/+13
2011-01-16nvc0: fix and enable instanced drawing and arraysChristoph Bumiller9-30/+91
2011-01-16d3d1x: Fix broken build.Chia-I Wu1-1/+6
2011-01-16r600d: fix some bugs added reworking literal handlingChristian König2-22/+33
2011-01-15draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul1-0/+2
2011-01-15r600g: Remove the redundant radeon_new() prototype.Henri Verbeet1-2/+0
2011-01-15r600g: Fix some register value name typos.Henri Verbeet4-6/+6
2011-01-15r600g: Get rid of r600_translate_vertex_data_type().Henri Verbeet2-270/+0
2011-01-15Merge branch 'draw-instanced'Brian Paul16-13/+217
2011-01-15nvc0: try to swap immediates to first source tooChristoph Bumiller1-0/+7
2011-01-15nvc0: make sure all sources of the BIND op are distinctChristoph Bumiller3-0/+45
2011-01-15nvc0: update user vbufs on each draw callChristoph Bumiller4-37/+119
2011-01-15nvc0: enable early fragment tests where possibleChristoph Bumiller3-2/+13
2011-01-15nvc0: upload small buffers through the command bufferChristoph Bumiller1-0/+6
2011-01-15targets/egl-static: Assorted cleanups and fixes.Chia-I Wu1-12/+12
2011-01-15targets/egl: i965 needs libwsw.Chia-I Wu1-1/+2