meta: Improve GLSL version check
[mesa.git] / src / mesa / drivers /
2014-02-12 Ian Romanickmeta: Improve GLSL version check
2014-02-12 Ian Romanickmeta: Add rectangle textures to the shader-per-sampler...
2014-02-12 Ian Romanickmeta: Refactor shader generation code out of mipmap...
2014-02-12 Ian Romanickmeta: Refactor the table of glsl_sampler structures
2014-02-12 Ian Romanickmeta: Use common vertex setup code for _mesa_meta_Bitma...
2014-02-12 Ian Romanickmeta: Add storage to the vertex structure for R, G...
2014-02-12 Ian Romanickmeta: Use common routine to configure fixed-function...
2014-02-11 Kenneth Graunkei965: Fix General and Indirect Base Addresses on Broadwell.
2014-02-11 Kenneth Graunkei965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS...
2014-02-11 Kenneth Graunkei965/gs: Fix EndPrimitive on Broadwell.
2014-02-11 Kenneth Graunkei965/vec4: Support arbitrarily large sampler indices...
2014-02-11 Kenneth Graunkei965/fs: Support arbitrarily large sampler indices...
2014-02-11 Kenneth Graunkei965/fs: Fix Broadwell texture header setup to be uncom...
2014-02-11 Ian Romanickmesa: GL_ARB_half_float_pixel is not optional
2014-02-11 Ian Romanickmeta: Silence unused parameter warning in _mesa_meta_Co...
2014-02-11 Ian Romanickmeta: Silence unused parameter warning in setup_drawpix...
2014-02-11 Ian Romanickmeta: Refactor common VAO and VBO initialization code
2014-02-11 Ian Romanickmeta: Track the _mesa_meta_DrawPixels VBO just like...
2014-02-11 Ian Romanickmeta: Expand the vertex structure for the GenerateMipma...
2014-02-11 Ian Romanickmeta: Expand the vertex structure for the DrawPixels...
2014-02-11 Ian Romanickmeta: Expand the vertex structure for the Clear paths
2014-02-11 Ian Romanickmeta: Expand the vertex structure for the CopyPixels...
2014-02-11 Ian Romanickmeta: Expand the vertex structure for the BlitFramebuff...
2014-02-11 Emil Velikovosmesa: drop obsolete AM_CXXFLAGS
2014-02-11 Emil Velikovdri/nouveau: Pass the API into _mesa_initialize_context
2014-02-11 Kenneth Graunkei965: Don't call abort() on an unknown device.
2014-02-11 Kenneth Graunkei965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing...
2014-02-11 Kenneth Graunkei965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashin...
2014-02-10 Kenneth Graunkei965: Program 2x MSAA sample positions.
2014-02-10 Kenneth Graunkei965: Store 4x MSAA sample positions in a scalar value...
2014-02-10 Kenneth Graunkei965: Duplicate less code in GetSamplePositions driver...
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-02-08 Brian Paulmesa: allocate gl_debug_state on demand
2014-02-08 Kenneth Graunkei965: Label JIP and UIP in Broadwell shader disassembly.
2014-02-08 Kenneth Graunkei965: Don't disassemble UIP field for Broadwell WHILE...
2014-02-08 Kenneth Graunkei965: Don't print source registers for Broadwell flow...
2014-02-08 Kenneth Graunkei965: Fix fast depth clear values on Broadwell.
2014-02-07 Chris Forbesi965: Enable ARB_texture_gather for one component on...
2014-02-07 Chris Forbesi965/vec4: Emit shader w/a for Gen6 gather
2014-02-07 Chris Forbesi965/fs: Emit shader w/a for Gen6 gather
2014-02-07 Chris Forbesi965: Add surface format overrides for Gen6 gather
2014-02-07 Chris Forbesi965: Add Gen6 gather wa to sampler key
2014-02-07 Eric Anholti965: Add some informative debug when the X Server...
2014-02-07 Eric Anholti965: Remove redundant check in blitter-based glBlitFra...
2014-02-07 Kenneth Graunkei965: Fix Gen8+ disassembly of half float subregister...
2014-02-07 Kenneth Graunkei965: Use the new brw_load_register_mem helper for...
2014-02-07 Kenneth Graunkei965: Implement a brw_load_register_mem helper function.
2014-02-07 Kenneth Graunkei965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
2014-02-07 Juha-Pekka Heikkilai965: Add missing null check in fs_visitor::dead_code_e...
2014-02-06 Chris Forbesi965/vs: Fix typo in brw_compute_vue_map
2014-02-06 Kenneth Graunkei965: Fix register types in dump_instructions().
2014-02-05 Chris Forbesi965/fs: Assume FBO rendering in precompile if MRT.
2014-02-05 Chris Forbesi965/fs: Guess nr_color_regions better in precompile
2014-02-05 Kristian Høgsbergi965: Move intel_prepare_render() above first buffer...
2014-02-05 Paul Berryi965/cs: Allow ARB_compute_shader to be enabled via...
2014-02-05 Paul Berryi965/cs: Create the brw_compute_program struct, and...
2014-02-04 Topi Pohjolaineni965/blorp: do not use unnecessary hw-blending support
2014-02-04 Kenneth Graunkei965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().
2014-02-04 Kenneth Graunkei965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().
2014-02-04 Kenneth Graunkei965: Create drm_intel_bo_map wrappers with performance...
2014-02-03 Kenneth Graunkemesa: Rename _mesa_..._array_obj functions to _mesa_...
2014-02-03 Kenneth Graunkemesa: Rename "struct gl_array_object" to gl_vertex_arra...
2014-02-03 Kenneth Graunkemesa: Rename ArrayObj to VAO and DefaultArrayObj to...
2014-02-02 Ian Romanickmeta: Silence several 'unused parameter' warnings
2014-02-02 Ian Romanickmeta: Don't use fixed-function to decompress array...
2014-02-02 Ian Romanickmeta: Use NDC in decompress_texture_image
2014-02-02 Ian Romanickmeta: Consistenly use non-Apple VAO functions
2014-02-02 Ian Romanickmeta: Fallback to software for GetTexImage of compresse...
2014-02-02 Ian Romanickmeta: Release resources used by _mesa_meta_DrawPixels
2014-02-02 Ian Romanickmeta: Release resources used by decompress_texture_image
2014-02-02 Brian Paulmesa: remove target param from ctx->Driver.TexParameter()
2014-02-02 Brian Paulswrast: use _mesa_get_current_tex_object() in swrastSet...
2014-02-02 Brian Paulradeon: use _mesa_get_current_tex_object() in radeonSet...
2014-02-02 Brian Paulr200: use _mesa_get_current_tex_object() in r200SetTexB...
2014-02-01 Kenneth Graunkei965: Silence unused variable 'ctx' warning.
2014-02-01 Kenneth Graunkei965: Fix math instruction hstride assertions on Broadwell.
2014-02-01 Kenneth Graunkei965: Disable 3DSTATE_WM_HZ_OP fields.
2014-02-01 Kenneth Graunkei965: Update GS state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update multisampling state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and...
2014-02-01 Kenneth Graunkei965: Update BLEND_STATE for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework SURFACE_STATE entries for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SOL state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update the code that disables unused shader stage...
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_CLIP for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework vertex uploads for Broadwell.
2014-02-01 Kenneth Graunkei965: Update STATE_BASE_ADDRESS for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS...
2014-02-01 Kenneth Graunkei965: Rework 3DSTATE_VS for Broadwell.
2014-02-01 Kenneth Graunkei965: Add the new 3DSTATE_PS_BLEND state packet.
2014-02-01 Kenneth Graunkei965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_W...
2014-02-01 Kenneth Graunkei965: Update SF, SBE, and RASTER state for Broadwell.
2014-02-01 Kenneth Graunkei965: Bump generation assertions on workaround flushes.
2014-02-01 Kenneth Graunkei965: Duplicate gen7_atoms to gen8_atoms.
2014-02-01 Brian Paulradeon: move driContextSetFlags(ctx) call after ctx...
2014-02-01 Brian Paulr200: move driContextSetFlags(ctx) call after ctx var...
2014-01-31 Keith Packarddri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
2014-01-29 Siavash Eliasinouveau: Use gl_constants::MinMapBufferAlignment as...
2014-01-29 Siavash Eliasiradeon / r200: Use gl_constants::MinMapBufferAlignment...
next