summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2011-01-21i915g: Don't (un)map vbuf on each (un)map callJakob Bornecrantz
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz
2011-01-21i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz
2011-01-21r600g: check if hardware blits are possible bevore enabling tillingChristian König
2011-01-21r600g: FLT_TO_INT_FLOOR is trans instructionAlex Deucher
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul
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-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-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-16r600d: fix some bugs added reworking literal handlingChristian König
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-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-13r600g: Silence uninitialized variable warnings.Vinson Lee
2011-01-13nvc0: disable calling of sw methods we don't implementBen Skeggs
2011-01-13nvc0: fix mp_stack_bo relocationBen Skeggs
2011-01-12noop: change var type to silence warningBrian Paul