i965/fs: Remove extra allocation for classes[].
[mesa.git] / src / mesa / drivers / dri /
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...
2012-10-08 Eric Anholti965/fs: Refactor rectangle/GL_CLAMP texture coordinate...
2012-10-08 Eric Anholti965/fs: Pass fragment depth to the fb write as a fs_re...
2012-10-05 Brian Paulmesa: remove the driverCtx parameter to _mesa_create...
2012-10-05 Brian Paulradeon/r200: remove use of gl_context::DriverCtx field
2012-10-05 Brian Paulradeon/r200: make radeon_context subclass of gl_context
2012-10-03 Rob Bradfordintel: Fix intel_texsubimage_tiled_memcpy to skip GL_EX...
2012-10-03 Matt Turnerdri drivers: Link dricommon before dynamic libraries
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/swrast
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/r200
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/radeon
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/nouveau
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/i915
2012-10-01 Matt Turnerbuild: Set visibility CFLAGS in dri/common
2012-10-01 Oliver McFaddenintel: add support for ANGLE_texture_compression_dxt.
2012-09-29 Kenneth Graunkei965: Complain about variable index lowering when INTEL...
2012-09-29 Kenneth Graunkei965: Dump linked shaders on MESA_GLSL=dump.
2012-09-29 Anuj Phogatintel/i965: Disable SampleAlphaToOne if dual source...
2012-09-28 Ian Romanicki965: brwInitVtbl needs to know the chipset generation
2012-09-28 Ian Romanicki915: Don't free the intel_context structure when intel...
2012-09-28 Ian Romanicki965: Don't free the intel_context structure when intel...
2012-09-28 Ian Romanickintel: Don't call intelDestroyContext if there is no...
2012-09-28 Ian Romanickdri_util: Use calloc to allocate __DRIcontext
2012-09-28 Chad Versaceintel: Fix yet-another-bug in intel_texsubimage_tiled_m...
2012-09-27 Chad Versaceintel: Don't advertise GLX_SWAP_COPY_OML
2012-09-27 Eric Anholti965: Remove stale comment about rebuilding tnl_program.
2012-09-27 Eric Anholti965: Add a comment explaining one of the brw_draw_uplo...
2012-09-27 Eric Anholti965: Remove broken non-interleaved-to-interleaved...
2012-09-27 Eric Anholtintel: Remove dead intel_format_to_rb_datatype.
2012-09-27 Eric Anholtintel: Mark some file-local code as static.
2012-09-27 Eric Anholti965: Mark brw_disasm.c tables as static const.
2012-09-27 Eric Anholti965: Use visibility cflags on the driver code.
2012-09-27 Eric Anholti965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes.
2012-09-27 Eric Anholti965/vp: Remove support for relative addressing of...
2012-09-27 Eric Anholti965/vp: Remove support for reading destination registers.
2012-09-27 Eric Anholti965/vp: Remove support for GLSL flow control from...
2012-09-27 Chad Versaceintel: Fix segfault in intel_texsubimage_tiled_memcpy
2012-09-27 Kenneth Graunkei965: Do texture swizzling in hardware on Haswell.
2012-09-27 Kenneth Graunkei965: Refactor texture swizzle generation into a helper.
2012-09-26 Chad Versaceintel: Fix size of temporary etc1 buffer
2012-09-25 Chad Versaceintel: Improve teximage perf for Google Chrome paint...
2012-09-25 Kenneth Graunkei965: Allow fast depth clears if scissoring doesn't...
2012-09-25 Paul Berryi965: Don't spill "smeared" registers.
2012-09-25 Paul Berryi965/blorp: Fix sRGB MSAA resolves.
2012-09-24 Paul Berryi965/blorp: Increase Y alignment for multisampled stenc...
2012-09-21 Paul Berryi965/blorp: Fix narrowing warnings.
2012-09-21 Kenneth Graunkei965: Remove brw_set_predicate_inverse(p, true) from...
2012-09-20 Kenneth Graunkei965/blorp: Add support for blits between SRGB and...
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-09-17 Eric Anholti965: Stop putting 8 NOPs after each prorgam.
2012-09-17 Eric Anholti965: Test instruction compaction on gen7
2012-09-17 Kenneth Graunkei965: Add support for instruction compaction on Gen7.
2012-09-17 Eric Anholti965: Support instruction compaction between control...
2012-09-17 Eric Anholti965: Add support for instruction compaction.
2012-09-17 Eric Anholti965: Prepare the break/cont uip/jip setting for compac...
2012-09-17 Eric Anholti965: Move program dump to a helper function in brw_eu.c.
2012-09-17 Eric Anholti965: Make a linkable library for the contents of i965_...
2012-09-17 Eric Anholtdri: Reuse dri_test.c for stub glapi symbols for unit...
next