summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul
2011-01-20graw: fix logic error in pixel format selectionBrian Paul
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul
2011-01-19r600g: fix segfault if texture operand is a literalChristian König
2011-01-19gallium/docs: document result type for some types of queriesBrian Paul
2011-01-19r600g: fix reserve_cfile for R700+Christian König
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul
2011-01-18softpipe: rename some functions for consistencyBrian Paul
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2011-01-18r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet
2011-01-18r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet
2011-01-18softpipe: added some null pointer checksBrian Paul
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2011-01-18Remove executables from source tree.José Fonseca
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul
2011-01-17nouveau: fix build against out of tree libdrmDave Airlie
2011-01-16r600g: fix PIPE_CAP_INSTANCED_DRAWING warningChristian König
2011-01-16r600g: fix alu inst group merging for relative adressingChristian König
2011-01-16nvc0: fix and enable instanced drawing and arraysChristoph Bumiller
2011-01-16d3d1x: Fix broken build.Chia-I Wu
2011-01-16r600d: fix some bugs added reworking literal handlingChristian König
2011-01-15draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul
2011-01-15r600g: Remove the redundant radeon_new() prototype.Henri Verbeet
2011-01-15r600g: Fix some register value name typos.Henri Verbeet
2011-01-15r600g: Get rid of r600_translate_vertex_data_type().Henri Verbeet
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-15nvc0: try to swap immediates to first source tooChristoph Bumiller
2011-01-15nvc0: make sure all sources of the BIND op are distinctChristoph Bumiller
2011-01-15nvc0: update user vbufs on each draw callChristoph Bumiller
2011-01-15nvc0: enable early fragment tests where possibleChristoph Bumiller
2011-01-15nvc0: upload small buffers through the command bufferChristoph Bumiller
2011-01-15targets/egl-static: Assorted cleanups and fixes.Chia-I Wu
2011-01-15targets/egl: i965 needs libwsw.Chia-I Wu
2011-01-14r600g: compiler helper opcode fixes for evergreenAlex Deucher
2011-01-14r600g: pass r600_bc to some addition compiler helper functionsAlex Deucher
2011-01-14r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.Vinson Lee
2011-01-14r600g: add more missing instructions to r600_bc_get_num_operandsChristian König
2011-01-13r600g: Move declaration before code in r600_asm.c.Vinson Lee
2011-01-13r600g: rework literal handlingChristian König
2011-01-13r600g: merge alu groupsChristian König
2011-01-13r600g: implement replacing gpr with pv and psChristian König
2011-01-13r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operandsChristian König
2011-01-13r600g: rework bank swizzle codeChristian König
2011-01-13r600g: fix alu slot assignmentChristian König
2011-01-13r600g: optimize away CF ALU instructions even if type doesn't matchChristian König
2011-01-13nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller
2011-01-14draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu