glsl: Assert that interfaces, like structures, are not seen as leaf types
[mesa.git] / src / mesa / drivers /
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Eric Anholti965: Correct gen6+ guardband calculation.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-25 Chad Versacei965: Bump maximum supported ES2 context version to 3.0
2013-01-25 Paul Berryi965/Gen6+: Enable ARB_ES3_compatibility extension
2013-01-25 Chad Versacei965/fs/gen7: Fix fatal typo in unpackHalf2x16
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Chad Versacei965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack...
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-25 Chad Versacei965: Lower the GLSL ES 3.00 pack/unpack operations...
2013-01-25 Chad Versacei965/disasm: Fix horizontal stride of dest registers
2013-01-25 Paul Berryintel: Fix glCopyTexSubImage on buffers whose width...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-24 Kenneth Graunkei965/vs: Do headerless texturing for texelFetchOffset().
2013-01-24 Paul Berryintel: Fix ReadPixels on buffers whose width >= 32kbytes
2013-01-24 Ian Romanickintel: callocing a 32 byte temp is silly, so don't
2013-01-24 Ian Romanickintel: Enable S3TC extensions always
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-24 Carl Worthi965: Use swizzles to force R, G, and B to 0.0 for...
2013-01-24 Carl Worthi965: Use swizzles to force alpha to 1.0 for RED, RG...
2013-01-24 Carl Worthi965: Examine _BaseFormat when deciding to perform...
2013-01-22 Brian Paulwmesa: include api_exec.h to fix compilation
2013-01-22 Kenneth Graunkei965: Implement the GL_ARB_base_instance extension.
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-22 Eric Anholtmesa: Remove the dead PrepareExecBegin() driver hook.
2013-01-21 José Fonsecascons: Fix dependencies of generated headers.
2013-01-21 Ian Romanickintel: Don't expose XRGB8888 visuals any more
2013-01-21 Ian Romanicki965: Enable floating-point textures always
2013-01-21 Matt Turnerxmlpool/build: generate options.h via BUILT_SOURCES
2013-01-21 Ian Romanickintel: Enable GL_OES_depth_texture_cube_map
2013-01-18 Eric Anholti965: Add support for GL_ARB_texture_buffer_object_rgb32.
2013-01-18 Eric Anholti965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2013-01-18 Eric Anholtintel: Make intel_blit.c take pitches in bytes.
2013-01-18 Kenneth Graunkei965/vs: Store texturing results into a vec4 temporary.
2013-01-18 Kenneth Graunkei965/vs: Set LOD to 0 for ordinary texture() calls.
2013-01-18 Kenneth Graunkei965/vs: Create a 'lod_type' temporary for ir->lod_info...
2013-01-18 Kenneth Graunkei965: Lower textureGrad() with samplerCubeShadow on...
2013-01-17 Brian Paulmeta: add 'f' suffix to floats to silence some MSVC...
2013-01-16 Ian Romanickintel: Enable GL_ARB_internalformat_query
2013-01-16 Ian Romanickmesa: Add driver method to determine the possible sampl...
2013-01-16 Vinson Leemeta: Move loop variable declaration outside for loop.
2013-01-15 Anuj Phogatintel: Support blitting to multiple color draw buffers
2013-01-15 Anuj Phogatmeta: Add functionality to do _mesa_meta_BlitFrameBuffe...
2013-01-15 Chad Versaceintel: Expose support for DRI_API_GLES3
2013-01-15 Chad Versacedri: Define enum __DRI_API_GLES3
2013-01-15 Chad Versaceintel: Move validation of context version into intelIni...
2013-01-15 Chad Versaceintel: Set screen's api mask according to hw capabiliti...
2013-01-15 Carl Worthi965: Force even an empty query to flush all previous...
2013-01-15 Carl Worthmeta: Allow meta operations to pause/resume an active...
2013-01-14 Carl Worthi965: Avoid blending with destination alpha when RB...
2013-01-13 Johannes Obermayrxmlpool: Fix out-of-tree builds.
2013-01-13 Adam Jacksonr200: Fix probable thinko in r200EmitArrays
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Kenneth Graunkei965: Move program_id to intel_screen instead of brw_co...
2013-01-12 Kenneth Graunkei965: Fix build error with clang.
2013-01-12 Kenneth Graunkei965/fs: Don't mix integer/float immediates in i2b...
2013-01-12 Kenneth Graunkei965: Add an INTEL_DEBUG=no16 option.
2013-01-12 José Fonsecascons: Update for xmlpool/options.h generation.
2013-01-11 Carl Worthdrirc: Add quirk to disable GLSL line continuations...
2013-01-11 Carl Worthdriconf: Add a new option: disable_glsl_line_continuations
2013-01-11 Carl Worthdriconf: Add proper dependency for compiling .mo files...
2013-01-11 Carl Worthdriconf: Add translation-generation to build system...
2013-01-11 Carl Worthdriconf: Fix German translations by removing a couple...
2013-01-11 Chad Versacedriconf: Fix gen_xmlpool.py script to allow running...
2013-01-11 Carl Worthdriconf: Add some translations which have been availabl...
2013-01-11 Carl Worthdriconf: Add option definitions to source file, not...
2013-01-11 Ian Romanickmesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
2013-01-11 Ian Romanicki965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-09 Paul Berryintel: Clean up confusion between logical and physical...
2013-01-09 Paul Berryintel: Add a force_y_tiling parameter to intel_miptree_...
2013-01-09 Paul Berryintel: Move compute_msaa_layout earlier in file.
2013-01-08 Kenneth Graunkei965/fs: Fix struct vs. class in acp_entry definitions.
2013-01-08 Paul Berrymesa: Add ALIGN() macro to main/macros.h.
2013-01-08 Kenneth Graunkei965: Support GL_FIXED and packed vertex formats native...
2013-01-08 Kenneth Graunkei965: Add #defines for GL_FIXED vertex formats.
2013-01-08 Kenneth Graunkei965: Add remaining #defines for packed vertex formats.
2013-01-08 Kenneth Graunkei965: Use Haswell's sample_d_c for textureGrad with...
2013-01-08 Kenneth Graunkei965/fs: Remove dead code from generate_uniform_pull_co...
2013-01-05 Ian Romanickintel: Fix copy-and-paste bug setting gl_constants...
2013-01-04 Brian Paulxlib: allow GLX_DONT_CARE for glXChooseFBConfig() attri...
2013-01-04 Paul Berryi965: Fix glCompressedTexSubImage2D offsets for ETC...
2013-01-03 Kenneth Graunkei965: Replace structs with bit-shifting for Gen7 SURFAC...
2013-01-03 smokiradeon/r200: Fix tcl culling
2013-01-03 Vinson Leei965: Add break statement at end of BRW_OPCODE_CONTINUE...
2013-01-02 Paul Berrymesa: Fix error reporting in _mesa_invalidate_pbo_...
2013-01-01 Brian Paulxlib: handle _mesa_initialize_visual()'s return value
2012-12-29 Kenneth Graunkei965: Fail to blit rather than assert on invalid pitch...
2012-12-28 Eric Anholtintel: Skip texture validation logic when nothing has...
2012-12-28 Eric Anholtintel: Turn a test in miptree_match_image into an assert.
2012-12-28 Eric Anholti965: Stop making a copy of non-builtin uniforms in...
2012-12-28 Eric Anholti965: Consistently use nr_pull_params instead of NumPar...
2012-12-28 Eric Anholti965/vs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-28 Eric Anholti965: Add asserts to check that we don't realloc Parame...
next