mesa.git
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in link_var...
2014-01-08 Paul Berryglsl: Change _mesa_glsl_parse_state ctor to use gl_shad...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Store gl_shader_stage enum in gl_shader objects.
2014-01-08 Paul Berrymesa: Move declaration of gl_shader_stage earlier in...
2014-01-08 Paul Berryglsl: make _mesa_shader_stage_to_string() available...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2014-01-08 José Fonsecallvmpipe: Fix the bottom_edge_rule adjustment for points.
2014-01-08 José Fonsecallvmpipe: Respect bottom_edge_rule when computing the...
2014-01-08 Chia-I Wuilo: enable HiZ
2014-01-08 Chia-I Wuilo: resolve Z/HiZ correctly
2014-01-08 Chia-I Wuilo: add flags to texture slices
2014-01-08 Chia-I Wuilo: rename and add an accessor for texture slices
2014-01-08 Chia-I Wuilo: add HiZ op support to the pipelines
2014-01-08 Chia-I Wuilo: add support for HiZ allocation
2014-01-08 Chia-I Wuilo: refactor separate stencil allocation
2014-01-08 Chia-I Wuilo: assorted GPE fixes for HiZ
2014-01-08 Chia-I Wuilo: no layer offsetting on GEN7+
2014-01-08 Chia-I Wuilo: offset to layers only when necessary
2014-01-08 Chia-I Wuilo: allow ilo_zs_surface to skip layer offsetting
2014-01-08 Chia-I Wuilo: allow ilo_view_surface to skip layer offsetting
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2014-01-07 Kenneth Graunkeglsl: Optimize pow(2, x) --> exp2(x).
2014-01-07 Kenneth Graunkeglsl: Refactor is_zero/one/negative_one into an is_valu...
2014-01-07 Kenneth Graunkeglsl: Optimize pow(1.0, X) --> 1.0.
2014-01-07 Kenneth Graunkemesa: Use get_local_param_pointer in glProgramLocalPara...
2014-01-07 José Fonsecallvmpipe: Basic implementation of pipe_context::set_sam...
2014-01-07 José Fonsecacso_context: Fix cso_context::sample_mask initial value.
2014-01-07 Si Chenllvmpipe: Implement alpha_to_coverage for non-MSAA...
2014-01-07 Andreas Fängerswrast: fix delayed texel buffer allocation regression...
2014-01-07 Dave Airliegallium/draw: remove double semicolon
2014-01-06 Brian Paulglsl: rename min(), max() functions to fix MSVC build
2014-01-06 Kenneth Graunkei965: Remove unused PIPE_CONTROL defines.
2014-01-06 Vinson Leemesa: Remove GLXContextID typedef from glxext.h.
2014-01-06 Maxence Le... docs/relnotes/10.1.html: report AMD_shader_trinary_minm...
2014-01-06 Maxence Le... mesa: enable AMD_shader_trinary_minmax
2014-01-06 Maxence Le... glsl: implement mid3 built-in function
2014-01-06 Maxence Le... glsl: implement max3 built-in function
2014-01-06 Maxence Le... glsl: Implement min3 built-in function
2014-01-06 Maxence Le... glsl: add min() and max() functions to builder.cpp
2014-01-06 Maxence Le... glsl: add a shader_trinary_minmax predicate
2014-01-06 Maxence Le... glsl: Add extension tracking for AMD_shader_trinary_minmax
2014-01-06 Alexander von... haiku libGL: Move from gallium target to src/hgl
2014-01-06 Alexander von... haiku: Fix missing HaikuGL header paths
2014-01-06 Brian Paulmesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS...
2014-01-06 Eric Anholti965: Warning fix
2014-01-06 Kenneth Graunkei965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_R...
2014-01-06 Marek Olšákradeonsi: calculate NUM_BANKS for DB correctly on CIK
2014-01-06 Marek Olšákradeonsi: set correct pipe config for Hawaii in DB
2014-01-06 Marek Olšákradeonsi: disable HTILE for 1D-tiled depth-stencil...
2014-01-06 Juha-Pekka... glx: check memory allocations in __glXInitVertexArraySt...
2014-01-06 Juha-Pekka... glx: Add missing null check in __glXNewIndirectAPI()
2014-01-06 Nathan Kidddocs: fix misspellings
2014-01-04 Chris Forbesi965: set size of txf_mcs payload vgrf properly
2014-01-02 Erik Faye-Lundglcpp: error on multiple #else/#elif directives
2014-01-02 Carl Worthglcpp: Replace multi-line comment with a space (even...
2014-01-02 Carl Worthglcpp: Add a more descriptive comment for the SKIP...
2013-12-30 Courtney Goeltzenleu... i965: Enhance intel_texsubimage_tiled_memcpy() to suppo...
2013-12-30 Courtney Goeltzenleu... i965: Add XRGB to intel_texsubimage_tiled_memcpy()
2013-12-30 Paul Berryglsl: Fix gl_type of usamplerCube built-in type.
2013-12-30 Paul Berrymesa: Add an assertion to _mesa_program_index_to_target().
2013-12-30 Paul Berrymesa: Improve static error checking of arrays sized...
2013-12-30 Paul Berryglsl: Remove extraneous shader_type argument from analy...
2013-12-30 Paul Berryglsl: Get rid of hardcoded arrays of shader target...
2013-12-30 Paul Berrymain: Remove unused function _mesa_shader_index_to_type().
2013-12-30 Paul BerryRename overloads of _mesa_glsl_shader_target_name().
2013-12-30 Kenneth GraunkeRevert "mesa: Remove GLXContextID typedef from glx.h."
2013-12-30 Kenneth Graunkei965: Remove unused depth_mode parameter from translate...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling integer typed texture...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling simple gen6 zero-src...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling gen6 msaa-8 cms alpha...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling bilinear filtered
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling simple zero-src sampled
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling unaligned msaa-8
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 cms alpha blend
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-4 ums to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 cms to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 ums to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling blend and scaled
2013-12-27 Topi Pohjolaineni965/blorp: allow unit tests to compile and dump assembly
2013-12-27 Topi Pohjolaineni965: dump the disassembly to the given file
2013-12-27 Topi Pohjolaineni965/fs: allow fs-generator use without gl_fragment_program
2013-12-27 Topi Pohjolaineni965/fs: generate fs programs also without any 8-width...
2013-12-26 Rob Clarkfreedreno/a3xx: fix blend state corruption issue
2013-12-26 Rob Clarkfreedreno: prepare for hw binning
2013-12-26 Rob Clarkfreedreno: resync generated headers
2013-12-24 Alex Deucherr600g: fix SUMO2 pci id
2013-12-23 Vinson Leescons: Add system library linker flags on LLVM 3.5.
2013-12-23 Aaron Watryr600/pipe: Stop leaking context->start_compute_cs_cmd...
2013-12-23 Aaron Watryst/vdpau: Destroy context when initialization fails
2013-12-23 Aaron Watryradeon/llvm: Free target data at end of optimization
2013-12-23 Aaron Watryr600/compute: Use the correct FREE macro when deleting...
2013-12-23 Aaron Watryr600/compute: Free compiled kernels when deleting compu...
2013-12-23 Aaron Watryradeon/compute: Stop leaking LLVMContexts in radeon_llv...
2013-12-23 Aaron Watrypipe_loader/sw: close dev->lib when initialization...
2013-12-23 Aaron Watryclover: Remove unused variable
2013-12-22 Jonathan Liullvmpipe: use pipe_sampler_view_release() to avoid...
2013-12-22 Jonathan Liust/mesa: use pipe_sampler_view_release()
2013-12-22 Henri Verbeeti915: Add support for gl_FragData[0] reads.
2013-12-22 Andreas Hartmetzradeonsi: Use htile_buffer for depth only when there...
next