mesa.git
2012-09-15 Oliver McFaddenmesa: remove FEATURE_arrayelt define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_accum define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_userclip define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_texgen define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_dispatch define.
2012-09-15 Dave Airlievbo: add a prefix to count_tessellated_primitives
2012-09-15 Dave Airliemesa/fxt1: make fxt1_decode_1 static
2012-09-15 Dave Airliemesa/ati_fragshader: no need for opcodes to be global.
2012-09-15 Dave Airlieglsl: make tex_opcode_strs static
2012-09-15 Dave Airliemesa/dxtn: make function pointers static
2012-09-15 Dave Airliemeta: make mem_ctx non-global.
2012-09-15 Dave Airlieglsl: make builtin_mem_ctx a static
2012-09-15 Dave Airlieir_to_mesa: make some global variable static
2012-09-15 Dave Airliemesa: make global perm variable static const
2012-09-14 Mike Frysingermklib: clean up abi flags for x86 targets
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-09-14 Dave Airlieglcpp: fix abuse of yylex
2012-09-14 Dave Airliemesa: use a prefix for the program lex
2012-09-14 Paul Berrymeta: Refactor handling of GL_MULTISAMPLE.
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Generate separate shaders...
2012-09-14 Anuj Phogat_mesa_meta_GenerateMipmap: Support all texture targets...
2012-09-14 Christian Königradeon/llvm: Support frint on SI
2012-09-14 Marek Olšákr600g: consolidate decompression code for the blitter
2012-09-14 Marek Olšákr600g: do not require MSAA renderbuffer support if...
2012-09-14 Marek Olšákgallium/u_blitter: fix stencil-only blits
2012-09-14 Marek Olšákr300g: fix colormask with non-BGRA formats
2012-09-13 Alex Deucherr600g: reduce quant mode on evergreen+
2012-09-13 Marek Olšákradeonsi: don't use a staging resource for large transfers
2012-09-13 Marek Olšákr600g: don't use a staging resource for large transfers
2012-09-13 Marek Olšákr600g: convert the remnants of VGT state into immediate...
2012-09-13 Marek Olšákr600g: emit the primitive type and associated regs...
2012-09-13 Marek Olšákr600g: add clip_misc_state for clip registers emitted...
2012-09-13 Marek Olšákr600g: fix computing how much space is needed for a...
2012-09-13 Marek Olšákr600g: fix the number of CS dwords of cb_misc_state
2012-09-13 Marek Olšákr600g: atomize clip state
2012-09-13 Marek Olšákr600g: atomize blend color
2012-09-13 Marek Olšákr600g: atomize viewport state
2012-09-13 Marek Olšákr600g: atomize stencil ref state
2012-09-13 Marek Olšákr600g: remove unused state ID definitions
2012-09-13 Marek Olšákr600g: initialize the first CS just like any other CS
2012-09-13 Marek Olšákr600g: add support for geometry shader samplers and...
2012-09-13 Marek Olšákr600g: put sampler states and views into an array index...
2012-09-13 Marek Olšákr600g: do fine-grained sampler state updates
2012-09-13 Marek Olšákr600g: consolidate set_viewport_state functions
2012-09-13 Marek Olšákr600g: consolidate set_sampler_views functions
2012-09-13 Marek Olšákr600g: put constant buffer state into an array indexed...
2012-09-13 Marek Olšákr600g: cleanup state function names
2012-09-13 Marek Olšákr600g: consolidate initialization of common state functions
2012-09-13 Marek Olšákr600g: simplify flushing
2012-09-13 Tom Stellardradeon/llvm: Fix lowering of vbuild
2012-09-13 Tom Stellardradeon/llvm: Support fmul on SI
2012-09-13 Kenneth Graunkei965: Fix out-of-order sampler unit usage in ARB fragme...
2012-09-13 Kenneth Graunkemesa: Add a _mesa_fls() function to find the last bit...
2012-09-12 Paul Berryi965/blorp: Fix offsets and width/height for stencil...
2012-09-12 Paul Berryi965/blorp: Reduce alignment restrictions for stencil...
2012-09-12 Paul Berryi965/blorp: don't reduce stencil alignment restrictions...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-09-12 Paul Berryi965/blorp: Account for offsets when emitting SURFACE_S...
2012-09-12 Paul Berryi965/blorp: Thread level and layer through brw_blorp_bl...
2012-09-12 Paul Berryi965/blorp: Don't create a dummy renderbuffer just...
2012-09-12 Paul Berryi965/blorp: store x and y offsets in brw_blorp_mip_info.
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-09-12 Paul Berryi965/blorp: Change gl_renderbuffer* params to intel_ren...
2012-09-12 Paul Berryi965/blorp: Clarify why width/height must be adjusted...
2012-09-12 Paul Berryi965/gen6+: Adjust stencil buffer size after computing...
2012-09-12 Matt Turnerbuild: Don't list glproto and dri2proto in pkg-config...
2012-09-12 Michel Dänzerradeonsi: Properly handle NULL sampler views.
2012-09-12 Michel Dänzerradeonsi: Fix calculation of number of records in buffe...
2012-09-11 Imre Deakmesa: glGet: fix API check for EGL_image_external enums
2012-09-11 Imre Deakmesa: glGet: fix indentation of print_table_stats
2012-09-11 Imre Deakmesa: glGet: fix indentation of find_value
2012-09-11 Imre Deakmesa: glGet: fix indentation of _mesa_init_get_hash
2012-09-11 Brian Paulmesa: fix proxy texture error handling in glTexStorage()
2012-09-11 Brian Paulmesa: make _mesa_get_proxy_target() non-static
2012-09-11 Brian Paulmesa: do internal format error checking for glTexStorage()
2012-09-11 Paul Berrymesa/msaa: Allow X and Y flips in multisampled blits.
2012-09-11 Tom Stellardradeon/llvm: Fix operand order of V_CNDMASK in custom...
2012-09-11 Tom Stellardradeon/llvm: Assert if we try to encode an unknown...
2012-09-11 Tom Stellardradeon/llvm: Add register encoding for VCC
2012-09-11 Tom Stellardradeon/llvm: Ignore special registers when calculating...
2012-09-11 Tom Stellardradeonsi: Handle position input parameter for pixel...
2012-09-11 Tom Stellardradeon/llvm: Coding style fixes
2012-09-11 Tom Stellardradeonsi: Move interpolation mode check into the compiler
2012-09-11 Tom Stellardradeonsi: Add missing interpolation mode to check for...
2012-09-11 Tom Stellardradeonsi: Pass shader type to the compiler
2012-09-11 Tom Stellardradeon/llvm: Add SHADER_TYPE instruction
2012-09-11 Jerome Glisser600g: avoid GPU doing constant preload from random...
2012-09-11 Michel Dänzerradeonsi: Texture border colour fixes.
2012-09-11 Michel Dänzerradeonsi: Handle NULL sampler states.
2012-09-11 Kenneth Graunkei965: Remove incorrect comment above opt_algebraic.
2012-09-11 Kenneth Graunkeglsl: Generate compile errors for explicit blend indice...
2012-09-10 Marek Olšákr600g: remove unused function
2012-09-10 Marek Olšákr600g: fix printf warning
2012-09-09 Andreas Bollmesa: bump version to 9.1 (devel)
2012-09-07 Johannes ObermayrSet OSMESA_VERSION=8.
2012-09-07 Christoph Bumillernvc0/ir: add initial code to support GK110 ISA encoding
2012-09-07 Michel Dänzerradeonsi: Float format fixups.
2012-09-07 Michel Dänzerradeonsi: Handle more SNORM formats.
2012-09-07 Eric Anholti965: Fix virtual_grf_interferes() between calculate_li...
next