ilo: allow ilo_zs_surface to skip layer offsetting
[mesa.git] / src /
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 Maxence Le Dorémesa: enable AMD_shader_trinary_minmax
2014-01-06 Maxence Le Doréglsl: implement mid3 built-in function
2014-01-06 Maxence Le Doréglsl: implement max3 built-in function
2014-01-06 Maxence Le Doréglsl: Implement min3 built-in function
2014-01-06 Maxence Le Doréglsl: add min() and max() functions to builder.cpp
2014-01-06 Maxence Le Doréglsl: add a shader_trinary_minmax predicate
2014-01-06 Maxence Le Doréglsl: Add extension tracking for AMD_shader_trinary_minmax
2014-01-06 Alexander von Gluck IVhaiku libGL: Move from gallium target to src/hgl
2014-01-06 Alexander von Gluck IVhaiku: 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 Heikkilaglx: check memory allocations in __glXInitVertexArraySt...
2014-01-06 Juha-Pekka Heikkilaglx: Add missing null check in __glXNewIndirectAPI()
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 Goeltzenl... i965: Enhance intel_texsubimage_tiled_memcpy() to suppo...
2013-12-30 Courtney Goeltzenl... 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 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-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...
2013-12-22 Niels Ole Salscheiderwinsys/radeon: remove superfluous distinction of cases
2013-12-21 Mark Muellermesa: inline r200 radeon texture format macros to facil...
2013-12-21 Lauri Kasanenmesa: Fix build to properly check for supported compile...
2013-12-21 Ian Romanickmesa: It is not possible to have GLSL < 1.20
2013-12-21 Ian Romanickmesa: Clean up bad code formatting left from previous...
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-21 Ian Romanickradeon: Sort list of enabled extensions
2013-12-21 Ian Romanickr200: Sort list of enabled extensions
2013-12-21 Lauri Kasanenglx: Simplify __glxGetMscRate, it only needs the screen...
2013-12-21 Keith Packarddri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK
2013-12-21 Keith Packardi965: Set fast color clear mcs_state on newly allocated...
2013-12-21 Keith Packardi965: Correct check for re-bound buffer in intel_update...
2013-12-21 Keith Packarddri3: Clean up struct dri3_drawable
2013-12-21 Keith Packarddri3: Free resources when drawable is destroyed.
2013-12-21 Keith Packarddri3: Switch to libxshmfence version 1.1
2013-12-21 Kenneth Graunkei965: Use RED for depth texture formats rather than...
2013-12-20 Chad Versacei965/gen6: Fix HiZ hang in WebGL Google Maps
2013-12-20 Kenneth Graunkei965: Store QPitch in intel_mipmap_tree.
2013-12-20 Kenneth Graunkei965: Add support for Broadwell's new register types.
2013-12-20 Kenneth Graunkei965: Add BRW_REGISTER_TYPE_DF.
2013-12-20 Kenneth Graunkei965: Abstract BRW_REGISTER_TYPE_* into an enum with...
2013-12-20 Kenneth Graunkei965: Decode three-source register types directly.
2013-12-20 Kenneth Graunkei965: Disassemble UV types, not UB types.
2013-12-20 Kenneth Graunkei965: Add missing BRW_REGISTER_TYPE_UV.
2013-12-20 Kenneth Graunkei965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
next