summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-26i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes1-1/+19
2012-11-26i965: implement get_size for 2_10_10_10 formatsChris Forbes1-0/+5
2012-11-26i965/vs: add support for emitting SHL, SHR, ASRChris Forbes2-4/+10
2012-11-25i965: Fix hangs with FP KIL instructions pre-gen6.Eric Anholt1-0/+2
2012-11-25i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt1-1/+1
2012-11-25i965/gen4: Fix LOD bias texturing since my fixed reg classes change.Eric Anholt1-10/+18
2012-11-21scons: Append x11 library path if linking x11 library.Vinson Lee1-0/+1
2012-11-21i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee1-1/+1
2012-11-20i965/fs: Add helper functions for IF and CMP and use them.Eric Anholt4-85/+90
2012-11-20i965/fs: Add helper functions for generating ALU ops, like in the VS.Eric Anholt4-209/+241
2012-11-19i965/gen4: Fix crash with fragment programs and texture rectangle.Eric Anholt1-1/+1
2012-11-19i965: Disable the GB clip test when a limited viewport is set.Eric Anholt2-3/+19
2012-11-19i965: Use fewer temporary variables in clip setup.Eric Anholt2-28/+18
2012-11-19Revert "i965/fs: Fix conversions float->bool, int->bool"Eric Anholt1-7/+7
2012-11-19i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edcEric Anholt1-24/+11
2012-11-19intel: Use designated initializers for DRI extension structsChad Versace1-16/+20
2012-11-19dri: Use designated initializers for DRI extension structsChad Versace1-27/+30
2012-11-19i965: Use the separate stencil buffer's offsets for stencil setup.Eric Anholt1-15/+38
2012-11-19i965: Move all the depth/stencil/hiz offset logic into the workaround.Eric Anholt3-187/+139
2012-11-19i965: When rebasing depth or stencil, update x/y before deciding the other.Eric Anholt1-13/+36
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt10-44/+26
2012-11-19i965: Add some checks for array textures in unsupported paths.Eric Anholt3-0/+14
2012-11-19i965: Add a little bit more debug info for validate blits.Eric Anholt1-1/+3
2012-11-19intel: Remove dead function prototype.Eric Anholt1-5/+0
2012-11-19i965: Remove stale comment about wrapped_depth.Eric Anholt1-14/+0
2012-11-19i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG.Kenneth Graunke1-0/+1
2012-11-19i965: Validate requested GLES context version in brwCreateContextChad Versace1-33/+25
2012-11-17i965/fs: Properly patch special values during VGRF compaction.Kenneth Graunke1-0/+27
2012-11-17i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.Eric Anholt1-3/+4
2012-11-17intel: Use core mesa support for determining lastLevel.Eric Anholt1-3/+3
2012-11-17i965/fs: Unify the param pointer allocation for FP/non-FP.Eric Anholt1-13/+7
2012-11-16Remove OpenVMS supportMatt Turner9-165/+0
2012-11-15i965/fs: Don't calculate_live_intervals() in opt_algebraic().Kenneth Graunke1-2/+0
2012-11-15i965: Remove duplicate brw_opcodes table in favor of opcode_descs.Kenneth Graunke4-65/+4
2012-11-15i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.Kenneth Graunke1-2/+0
2012-11-15i965/fs: Remove bblock field of fs_visitor.Kenneth Graunke1-2/+0
2012-11-15i965: Remove brw_instruction_info::is_arith().Kenneth Graunke2-20/+19
2012-11-15i965: Remove some dead code optimization passes.Kenneth Graunke1-544/+0
2012-11-15i965: Remove unused BRW_PACKCOLOR8888 macro.Kenneth Graunke1-4/+0
2012-11-15i965: Remove brw_shader_program wrapper struct.Kenneth Graunke2-9/+4
2012-11-15i965: Remove unused struct brw_vs_ouput_sizes.Kenneth Graunke1-8/+0
2012-11-13i965/vs: Fix user clip plane setup on Gen4-5.Kenneth Graunke1-4/+3
2012-11-13i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().Kenneth Graunke1-8/+2
2012-11-13i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.Kenneth Graunke1-21/+39
2012-11-12automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt5-43/+33
2012-11-12mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2-4/+4
2012-11-12i965: Add comments for each of the surface state table's columns.Kenneth Graunke1-0/+11
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-133/+133
2012-11-10i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke1-3/+1
2012-11-09dri_util: Fix prologue comment for driCreateConfigsIan Romanick1-17/+5