aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Don't calculate_live_intervals() in opt_algebraic().Kenneth Graunke2012-11-151-2/+0
* i965: Remove duplicate brw_opcodes table in favor of opcode_descs.Kenneth Graunke2012-11-154-65/+4
* i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.Kenneth Graunke2012-11-151-2/+0
* i965/fs: Remove bblock field of fs_visitor.Kenneth Graunke2012-11-151-2/+0
* i965: Remove brw_instruction_info::is_arith().Kenneth Graunke2012-11-152-20/+19
* i965: Remove some dead code optimization passes.Kenneth Graunke2012-11-151-544/+0
* i965: Remove unused BRW_PACKCOLOR8888 macro.Kenneth Graunke2012-11-151-4/+0
* i965: Remove brw_shader_program wrapper struct.Kenneth Graunke2012-11-152-9/+4
* i965: Remove unused struct brw_vs_ouput_sizes.Kenneth Graunke2012-11-151-8/+0
* i965/vs: Fix user clip plane setup on Gen4-5.Kenneth Graunke2012-11-131-4/+3
* i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().Kenneth Graunke2012-11-131-8/+2
* i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.Kenneth Graunke2012-11-131-21/+39
* automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2012-11-125-43/+33
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-122-4/+4
* i965: Add comments for each of the surface state table's columns.Kenneth Graunke2012-11-121-0/+11
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-133/+133
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2012-11-101-3/+1
* dri_util: Fix prologue comment for driCreateConfigsIan Romanick2012-11-091-17/+5
* swrast: swrastFillInModes doesn't do 8-bit modes, so don't tryIan Romanick2012-11-091-3/+1
* i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt2012-11-083-20/+6
* i965/fs: Add support for global copy propagation.Eric Anholt2012-11-082-20/+199
* i965: Fix assertion in brw_alu3.Vinson Lee2012-11-071-1/+1
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2012-11-051-61/+4
* i965: Fix oversized initial allocation of the state cache table pointers.Vandrus Zoltán2012-11-041-1/+1
* i965: Force border color A to 1 when it's not present in the GL format.Eric Anholt2012-11-041-0/+7
* i965: Fix uploading user vertex arrays with basevertex set.Eric Anholt2012-11-043-2/+7
* i965: Set dirty state for brw_draw_upload.c when num_instances changes.Eric Anholt2012-11-041-1/+4
* i965: Remove the vbo_rebase_prims() path.Eric Anholt2012-11-041-15/+6
* i965/fs: Fix a comment in copy propagation.Eric Anholt2012-11-041-1/+3
* i965/fs: Allow copy-propagation on pull constant load values.Eric Anholt2012-11-041-3/+4
* i965/fs: Do dead code elimination just after copy propagation.Eric Anholt2012-11-041-1/+1
* i965/fs: Compact the virtual GRF arrays.Kenneth Graunke2012-11-032-0/+61
* i965: Remove unused variables after removing the old VS backend.Kenneth Graunke2012-11-011-2/+0
* i965: Remove unnecessary walk through Mesa IR in ProgramStringNotify().Kenneth Graunke2012-11-011-82/+0
* i965: Remove VS constant buffer read support from brw_eu_emit.c.Kenneth Graunke2012-11-012-121/+0
* i965: Update comment about clipper constants.Kenneth Graunke2012-11-011-9/+1
* i965/vs: Remove brw_vs_compile::constant_map.Kenneth Graunke2012-11-012-18/+1
* i965/vs: Remove support for the old parameter layout.Kenneth Graunke2012-11-015-70/+7
* i965/vs: Delete the old vertex shader backend.Kenneth Graunke2012-11-014-1836/+0
* i965/vs: Replace brw_vs_emit.c with dumping code into the vec4_visitor.Kenneth Graunke2012-11-016-32/+738
* i965/vs: Refactor min/max handling to share code.Kenneth Graunke2012-11-012-18/+21
* i965/vs: Add support for emitting DPH opcodes.Kenneth Graunke2012-11-013-0/+6
* i965/vs: Only do INTEL_DEBUG=perf when there's a GLSL shader.Kenneth Graunke2012-11-011-3/+2
* i965/gen4: Fix assertion failures in depthstencil piglit tests.Eric Anholt2012-11-011-4/+5
* i965: Add "alpha to coverage" to performance debug recompile messages.Kenneth Graunke2012-10-311-0/+1
* i965: Don't replicate data for zero-stride arrays when copying to VBOs.Kenneth Graunke2012-10-311-7/+6
* i965: Don't bother trying to extend the current vertex buffers.Kenneth Graunke2012-10-313-42/+1
* mesa: remove IBM_multimode_draw_arrays extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: don't always enable OES_standard_derivativesMarek Olšák2012-10-311-0/+1
* mesa: remove EXT_compiled_vertex_array extension enable flagMarek Olšák2012-10-311-1/+0