aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* xlib: Do not undefine _R, _G, and _B.Vinson Lee2012-10-291-3/+0
* intel: support for 16 bit config with 24 depth and 8 stencilTapani Pälli2012-10-291-2/+7
* dri: Support MESA_FORMAT_SARGB8 in driCreateConfigsIan Romanick2012-10-291-1/+2
* intel: If the visual is sRGB, use an sRGB internal formatIan Romanick2012-10-291-0/+2
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-296-153/+74
* dri_util: Elminiate the bytes_per_pixel tableIan Romanick2012-10-291-9/+3
* dri_util: Remove support for RGB332 framebuffersIan Romanick2012-10-291-27/+7
* swrast: Remove the 2_3_3_REV framebuffer formatIan Romanick2012-10-291-4/+0
* i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt2012-10-263-22/+7
* i965: Rename misleading "active" field of brw->query.Eric Anholt2012-10-262-5/+5
* scons: Build xlib swrast too.José Fonseca2012-10-262-0/+51
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke2012-10-251-0/+1
* i965/vs: Fix debug dumping of VS push constants.Kenneth Graunke2012-10-251-1/+3
* i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt2012-10-221-0/+12
* i965: Stop flushing the batch on timestamp queries, too.Eric Anholt2012-10-191-1/+0
* i965: Don't flush the batch immediately on EndQuery.Eric Anholt2012-10-191-5/+14
* i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.Eric Anholt2012-10-191-1/+1
* i965/vs: include format argument in debug printfTapani Pälli2012-10-191-1/+1
* intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace2012-10-181-1/+6
* i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt2012-10-173-49/+61
* i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.Eric Anholt2012-10-172-1/+63
* i965/fs: Reduce the interference between payload regs and virtual GRFs.Eric Anholt2012-10-172-19/+152
* i965/fs: Expose the payload registers to the register allocator.Eric Anholt2012-10-171-7/+39
* i965/fs: Remove extra allocation for classes[].Eric Anholt2012-10-171-1/+1
* i965/fs: Make the register allocation class_sizes[] choice static.Eric Anholt2012-10-172-60/+42
* i965/vs: Improve live interval calculation.Eric Anholt2012-10-174-96/+388
* i965/vs: Fix the mlen of scratch read/write messages.Eric Anholt2012-10-171-2/+2
* i965: Make the cfg reusable from the VS.Eric Anholt2012-10-175-16/+16
* i965: Share the predicate field between FS and VS.Eric Anholt2012-10-1713-33/+32
* i965: Rename fs_cfg types to not mention fs.Eric Anholt2012-10-178-65/+65
* i965: Move brw_fs_cfg.* to brw_cfg.*.Eric Anholt2012-10-177-6/+6
* i965: Make the FS and VS share a few visitor/instruction fields.Eric Anholt2012-10-175-24/+30
* i965/vs: Trim the swizzle of the scratch write temporary.Eric Anholt2012-10-171-1/+16
* i965/vs: Do the temporary allocation in emit_scratch_write().Eric Anholt2012-10-173-21/+12
* i965/vs: Simplify emit_scratch_write() prototype.Eric Anholt2012-10-173-8/+6
* i965/vs: Add a little bit of IR-level debug ability.Eric Anholt2012-10-174-5/+96
* wmesa: remove old, unused span codeBrian Paul2012-10-171-474/+0
* i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.Eric Anholt2012-10-164-121/+172
* i965: Share the draw x/y offset masking code between main/blorp and all gens.Eric Anholt2012-10-166-108/+89
* i965: Make a helper function for the renderbuffer temporary mt workaround.Eric Anholt2012-10-163-22/+30
* i965: Warn on a couple of workarounds in blending.Eric Anholt2012-10-161-2/+15
* intel: Add a macro for printing a debug warning once.Eric Anholt2012-10-161-0/+11
* i965/fs: Fix segfault when using INTEL_DEBUG=perf with non-GLSL.Kenneth Graunke2012-10-161-1/+1
* mesa: Remove PROGRAM_WRITE_ONLY register type.Kenneth Graunke2012-10-162-2/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-163-6/+1
* driconf: Remove force enable for NV_vertex_program.Kenneth Graunke2012-10-166-32/+0
* mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove the EmitNVTempInitialization shader compiler option.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.Eric Anholt2012-10-151-1/+0