mesa: rename format_(un)pack.c functions to match format names (pt. 4)
[mesa.git] / src / mesa /
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Christian Königst/mesa: fix sampler view handling with shared textures v4
2014-03-25 Kevin Rogovini965: For fast color clears, only check the color of...
2014-03-25 Kenneth Graunkei965: Set Broadwell MOCS values everywhere it's possible.
2014-03-25 Kenneth Graunkemesa: In core profile, refuse to draw unless a VAO...
2014-03-25 Chris ForbesRevert "mesa: Fix format matching checks for GL_INTENSI...
2014-03-25 Brian Paulmesa: move GLbitfield any_valid_stages declaration...
2014-03-25 Gwenole Beauchesnei965: fix dma_buf import with non-zero offset.
2014-03-25 Gregory Hainautmesa/sso: Implement ValidateProgramPipeline
2014-03-25 Gregory Hainautmesa/sso: Add _mesa_sampler_uniforms_pipeline_are_valid
2014-03-25 Gregory Hainautmesa/sso: Add gl_pipeline_object::InfoLog support
2014-03-25 Gregory Hainautmesa/sso: Implement GL_PROGRAM_PIPELINE_BINDING for...
2014-03-25 Gregory Hainautmesa/sso: Implement _mesa_BindProgramPipeline
2014-03-25 Gregory Hainautmesa/sso: Implement _mesa_UseProgramStages
2014-03-25 Gregory Hainautmesa/sso: Add gl_pipeline_object parameter to _mesa_use...
2014-03-25 Gregory Hainautmeta/sso: Update meta to save and restore SSO state.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-03-25 Gregory Hainautmesa/sso: replace Shader binding point with _Shader
2014-03-24 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-24 Kenneth Graunkemesa: Skip clearing color buffers when color writes...
2014-03-24 Kenneth Graunkemesa: Introduce a _mesa_format_has_color_component...
2014-03-24 Eric Anholti965: Fix compiler warning about signed/unsigned.
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-03-24 Eric Anholtmesa: Stop skipping the FinishRenderTexture calls for...
2014-03-24 Eric Anholti965: Skip reallocating the private MSAA miptree, unles...
2014-03-24 Eric Anholti965: Simplify the no-reopening-the-winsys-buffer tests.
2014-03-24 Eric Anholti965: Don't forget to free the old singlesample_mt.
2014-03-24 Eric Anholti965: Add an env var for forcing window system MSAA.
2014-03-24 Matt Turneri965/vec4: Eliminate dead writes to the flag register.
2014-03-24 Matt Turneri965/vec4: Eliminate writes that are never read.
2014-03-24 Matt Turneri965/vec4: Factor code out of DCE into a separate function.
2014-03-24 Matt Turneri965/vec4: Let dead code eliminate trim dead channels.
2014-03-24 Matt Turneri965/vec4: Track live ranges per-channel, not per vgrf.
2014-03-24 Matt Turneri965/vec4: Don't dead code eliminate instructions writi...
2014-03-24 Matt Turneri965/vec4: Preparatory clean up of dead_code_eliminate().
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Print the predicate in dump_instructions().
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-24 Matt Turneri965/vec4: Add missing doxygen close brace.
2014-03-24 Chris Forbesmesa: Generate FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMEN...
2014-03-24 Chris Forbesmesa: Fix format matching checks for GL_INTENSITY*...
2014-03-24 Christian Königst/mesa: recreate sampler view on context change v3
2014-03-23 Kenneth Graunkei965: Report the type of color clear in INTEL_DEBUG...
2014-03-22 Kenneth GraunkeRevert "i965: For color clears, only disable writes...
2014-03-21 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-21 Kenneth Graunkei965: Print number of multisamples in INTEL_DEBUG=blorp...
2014-03-21 Kenneth Graunkei965: Drop BLT TexSubImage Y-tiling restriction on...
2014-03-21 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4...
2014-03-20 Marek Olšákst/mesa: drop the lowering of quad strips to triangle...
2014-03-20 Marek Olšákst/mesa: fix generating mipmaps for cube arrays
2014-03-20 Marek Olšákmesa: fix software fallback for generating mipmaps...
2014-03-20 Marek Olšákmesa: fix software fallback for generating mipmaps...
2014-03-20 Marek Olšákmesa: allow generating mipmaps for cube arrays
2014-03-20 Marek Olšákmesa: fix texture border handling for cube arrays
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-19 Ilia Mirkinmesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-03-18 Eric Anholti965: Drop special case for edgeflag thanks to Marek...
2014-03-18 Brian Paulmesa: include stdbool.h in register_allocate.h to fix...
2014-03-18 Ian Romanicki965: Enable EWA anisotropic filtering algorithm
2014-03-18 Kenneth Graunkei965: Actually initialize simd16_unsupported and no16_msg.
2014-03-18 Kenneth Graunkei965/upload: Refactor open-coded ALIGN-like computations.
2014-03-18 Kenneth Graunkei965: Fix indentation in brw_upload_indices().
2014-03-18 Kenneth Graunkei965: Consolidate code for setting brw->ib.start_vertex...
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-18 Kenneth Graunkei965: Allocate the screen using ralloc rather than...
2014-03-18 Eric Anholtra: Convert another bool array to bitsets.
2014-03-18 Kenneth Graunkera: Use a bitset for storing which registers belong...
2014-03-18 Kenneth Graunkera: Create a reg_belongs_to_class() helper function.
2014-03-18 Kenneth Graunkera: Use bool instead of GLboolean.
2014-03-18 Kenneth Graunkei965: Accurately bail on SIMD16 compiles.
2014-03-18 Kenneth Graunkei965/fs: Support pull parameters in SIMD16 mode.
2014-03-18 Kenneth Graunkei965/fs: Use a single instance of the pull_constant_loc...
2014-03-18 Kenneth Graunkei965/fs: Don't renumber UNIFORM registers.
2014-03-18 Kenneth Graunkei965/fs: Split pull parameter decision making from...
2014-03-18 Kenneth Graunkei965/fs: Record pull constant locations for all array...
2014-03-18 Kenneth Graunkei965/fs: Save push constant location information.
2014-03-18 Kenneth Graunkei965/fs: Delete dead code to fail compiles with SIMD16...
2014-03-15 Marek Olšákmesa: mark GL_RGB9_E5 as not color-renderable
2014-03-15 Marek Olšákst/mesa: remove _NEW_POLYGON dependency from vertex...
2014-03-15 Marek Olšákst/mesa: implement zero-stride edge flag by culling...
2014-03-15 Marek Olšákst/mesa: fix per-vertex edge flags and GLSL support...
2014-03-14 Kenneth Graunkei965/fs: Invalidate live intervals when demoting unifor...
2014-03-14 Kenneth Graunkei965/fs: Print "+reladdr" on variably-indexed uniform...
2014-03-14 Kenneth Graunkei965: Fix register types in dump_instructions(), again.
2014-03-14 Kenneth Graunkei965/fs: Fix register comparisons in saturate propagation.
2014-03-14 Eric Anholti965: Add support for GL_ARB_buffer_storage.
2014-03-14 Eric Anholti965: Always use CPU mappings for BOs on LLC platforms.
2014-03-14 Eric Anholti965: Drop the system-memory temporary allocations...
2014-03-14 Eric Anholti965: Switch mapping modes for non-explicit-flush blit...
2014-03-14 Emil Velikovmesa: return v.value_int64 when the requested type...
2014-03-14 Anuj Phogati965: Fix build warning of unused variable
2014-03-12 Neil RobertsAdd the EGL_MESA_configless_context extension
2014-03-12 Neil RobertsFix the initial value of glDrawBuffers for GLES
next