mesa: Standardize names of OpenGL functions.
[mesa.git] / src / mesa / drivers / dri /
2012-11-10 Kenneth Graunkei965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
2012-11-10 Ian Romanickdri_util: Fix prologue comment for driCreateConfigs
2012-11-10 Ian Romanickswrast: swrastFillInModes doesn't do 8-bit modes, so...
2012-11-08 Eric Anholti965: Fix slow leak of brw->wm.compile_data->store
2012-11-08 Eric Anholti965/fs: Add support for global copy propagation.
2012-11-08 Vinson Leei965: Fix assertion in brw_alu3.
2012-11-04 Vandrus Zoltáni965: Fix oversized initial allocation of the state...
2012-11-04 Eric Anholti965: Force border color A to 1 when it's not present...
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-04 Eric Anholti965: Set dirty state for brw_draw_upload.c when num_in...
2012-11-04 Eric Anholti965: Remove the vbo_rebase_prims() path.
2012-11-04 Eric Anholti965/fs: Fix a comment in copy propagation.
2012-11-04 Eric Anholti965/fs: Allow copy-propagation on pull constant load...
2012-11-04 Eric Anholti965/fs: Do dead code elimination just after copy propa...
2012-11-04 Kenneth Graunkei965/fs: Compact the virtual GRF arrays.
2012-11-01 Kenneth Graunkei965: Remove unused variables after removing the old...
2012-11-01 Kenneth Graunkei965: Remove unnecessary walk through Mesa IR in Progra...
2012-11-01 Kenneth Graunkei965: Remove VS constant buffer read support from brw_e...
2012-11-01 Kenneth Graunkei965: Update comment about clipper constants.
2012-11-01 Kenneth Graunkei965/vs: Remove brw_vs_compile::constant_map.
2012-11-01 Kenneth Graunkei965/vs: Remove support for the old parameter layout.
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-11-01 Kenneth Graunkei965/vs: Refactor min/max handling to share code.
2012-11-01 Kenneth Graunkei965/vs: Add support for emitting DPH opcodes.
2012-11-01 Kenneth Graunkei965/vs: Only do INTEL_DEBUG=perf when there's a GLSL...
2012-11-01 Eric Anholti965/gen4: Fix assertion failures in depthstencil pigli...
2012-11-01 Kenneth Graunkei965: Add "alpha to coverage" to performance debug...
2012-11-01 Kenneth Graunkei965: Don't replicate data for zero-stride arrays when...
2012-11-01 Kenneth Graunkei965: Don't bother trying to extend the current vertex...
2012-10-31 Marek Olšákmesa: remove IBM_multimode_draw_arrays extension enable...
2012-10-31 Marek Olšákmesa: don't always enable OES_standard_derivatives
2012-10-31 Marek Olšákmesa: remove EXT_compiled_vertex_array extension enable...
2012-10-31 Marek Olšákmesa: remove ARB_window_pos extension enable flag
2012-10-31 Marek Olšákmesa: remove ARB_transpose_matrix extension enable...
2012-10-29 Tapani Pälliintel: support for 16 bit config with 24 depth and...
2012-10-29 Ian Romanickdri: Support MESA_FORMAT_SARGB8 in driCreateConfigs
2012-10-29 Ian Romanickintel: If the visual is sRGB, use an sRGB internal...
2012-10-29 Ian Romanickdri: Convert driCreateConfigs to use a gl_format enum
2012-10-29 Ian Romanickdri_util: Elminiate the bytes_per_pixel table
2012-10-29 Ian Romanickdri_util: Remove support for RGB332 framebuffers
2012-10-29 Ian Romanickswrast: Remove the 2_3_3_REV framebuffer format
2012-10-26 Eric Anholti965: Merge brw_prepare_query_begin() and brw_emit_quer...
2012-10-26 Eric Anholti965: Rename misleading "active" field of brw->query.
2012-10-25 Kenneth Graunkei965/vs: Preserve the type when copy propagating into...
2012-10-25 Kenneth Graunkei965/vs: Don't lose the MRF writemask when doing comput...
2012-10-25 Kenneth Graunkei965/vs: Fix debug dumping of VS push constants.
2012-10-23 Eric Anholti965: Actually add support for GL_ANY_SAMPLES_PASSED...
2012-10-19 Eric Anholti965: Stop flushing the batch on timestamp queries...
2012-10-19 Eric Anholti965: Don't flush the batch immediately on EndQuery.
2012-10-19 Eric Anholti965/fs: Fix typo in refactor of brw_fs_reg_allocate...
2012-10-19 Tapani Pällii965/vs: include format argument in debug printf
2012-10-18 Chad Versaceintel: Skip texsubimage fastpath for more pixel unpack...
2012-10-17 Eric Anholti965/fs: Statically allocate the reg_sets at context...
2012-10-17 Eric Anholti965/fs: Allocate registers in the unused parts of...
2012-10-17 Eric Anholti965/fs: Reduce the interference between payload regs...
2012-10-17 Eric Anholti965/fs: Expose the payload registers to the register...
2012-10-17 Eric Anholti965/fs: Remove extra allocation for classes[].
2012-10-17 Eric Anholti965/fs: Make the register allocation class_sizes[...
2012-10-17 Eric Anholti965/vs: Improve live interval calculation.
2012-10-17 Eric Anholti965/vs: Fix the mlen of scratch read/write messages.
2012-10-17 Eric Anholti965: Make the cfg reusable from the VS.
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2012-10-17 Eric Anholti965/vs: Trim the swizzle of the scratch write temporary.
2012-10-17 Eric Anholti965/vs: Do the temporary allocation in emit_scratch_wr...
2012-10-17 Eric Anholti965/vs: Simplify emit_scratch_write() prototype.
2012-10-17 Eric Anholti965/vs: Add a little bit of IR-level debug ability.
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-10-16 Eric Anholti965: Make a helper function for the renderbuffer tempo...
2012-10-16 Eric Anholti965: Warn on a couple of workarounds in blending.
2012-10-16 Eric Anholtintel: Add a macro for printing a debug warning once.
2012-10-16 Kenneth Graunkei965/fs: Fix segfault when using INTEL_DEBUG=perf with...
2012-10-16 Kenneth Graunkemesa: Remove PROGRAM_WRITE_ONLY register type.
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-10-16 Kenneth Graunkedriconf: Remove force enable for NV_vertex_program.
2012-10-16 Kenneth Graunkemesa: Remove yet more remnants of NV_fragment_program.
2012-10-16 Kenneth Graunkemesa: Remove the EmitNVTempInitialization shader compil...
2012-10-15 Eric Anholtmesa: Remove Mesa IR opcodes that existed only for...
2012-10-15 Eric Anholtswrast: Remove support for GL_NV_vertex_program.
2012-10-15 Eric Anholtr200: Remove support for software-only NV_vertex_program.
2012-10-15 Eric Anholtintel: Remove NV_vertex_program support.
2012-10-15 Eric Anholti965/vp: Remove more code for unused opcodes.
2012-10-12 Oliver McFaddenintel: print debug either to stdout or `logcat' dependi...
2012-10-10 Eric Anholti965/vs: Add support for splitting virtual GRFs.
2012-10-10 Eric Anholti965/vs: Try again when we've successfully spilled...
2012-10-10 Kenneth Graunkei965/vs: Implement register spilling.
2012-10-10 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
2012-10-09 Quentin Glidicintel: Add missing #include <time.h>
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
2012-10-08 Eric Anholti965/fs: Improve performance of copy/constant propagation.
2012-10-08 Eric Anholti965/fs: Move constant propagation to the same codebase...
2012-10-08 Eric Anholti965: Remove the old ARB_fragment_program backend.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-10-08 Eric Anholti965: Reduce maximum GL_ARB_fragment_program instructio...
2012-10-08 Eric Anholti965/fs: Add a couple more algebraic cases that help...
2012-10-08 Eric Anholti965/fs: Pull ir_binop_min/ir_binop_max handling to...
next