summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-244-25/+25
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-2410-117/+17
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-244-7/+2
* dri: remove all the obsolete spantmp filesBrian Paul2012-01-244-1259/+0
* radeon: remove obsolete GetRow/PutRow codeBrian Paul2012-01-242-167/+0
* nouveau: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-85/+0
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-242-134/+1
* dri/swrast: remove obsolete GetRow/PutRow codeBrian Paul2012-01-244-582/+0
* osmesa: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-430/+1
* xlib: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-1594/+3
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-242-10/+14
* intel: make intel_renderbuffer_map/unmap() staticBrian Paul2012-01-242-6/+3
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-245-21/+21
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+2
* meta: Fallback for glBlitFramebuffer from a multisample surfaceIan Romanick2012-01-231-1/+6
* i965/vs: Fix bogus assertion in emit_block_move()Paul Berry2012-01-231-3/+9
* i965/vs: Enable workaround-free math on gen7.Eric Anholt2012-01-231-2/+6
* i965/vs: Use the embedded-comparison SEL on gen6+, like the FS does.Eric Anholt2012-01-231-6/+16
* i965: Fix border color on Sandybridge and Ivybridge.Kenneth Graunke2012-01-231-1/+7
* Fix underlinking in libOSMesa since commit adefee5 "Always build shared glapi"Jon TURNEY2012-01-231-0/+2
* dri: install dri_interface.hMatt Turner2012-01-221-0/+3
* Fix mistake in 349845f7bAndrei Slăvoiu2012-01-211-1/+1
* automake: src/mesa/drivers/driMatt Turner2012-01-206-165/+35
* automake: src/mesa/drivers/dri/swrastMatt Turner2012-01-204-27/+74
* automake: src/mesa/drivers/dri/nouveauMatt Turner2012-01-203-22/+67
* automake: src/mesa/drivers/dri/r200Matt Turner2012-01-204-58/+100
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-204-54/+99
* automake: src/mesa/drivers/dri/i915Matt Turner2012-01-205-32/+70
* Always build shared glapiMatt Turner2012-01-201-2/+0
* intel/gen6: Some framebuffers having separate depthstencil should be unsupportedChad Versace2012-01-201-0/+9
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-193-3/+3
* i965: Fix disassembly of data port writes on Ivybridge.Kenneth Graunke2012-01-181-1/+12
* i965: Fix disassembly of sampler messages on Ivybridge.Kenneth Graunke2012-01-181-1/+7
* i965/vs: Take attributes into account when deciding urb_entry_size.Kenneth Graunke2012-01-182-5/+8
* intel: Set depth to 6 for cubemapsIan Romanick2012-01-182-5/+5
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-182-3/+15
* i965: Add support for Z16 depth formats.Eric Anholt2012-01-181-0/+1
* i965/gen7: Set up surface horizontal alignment field.Eric Anholt2012-01-181-1/+4
* i965/gen7: Remove stale comment.Eric Anholt2012-01-181-1/+0
* i965: Fix leak of the program cache BO on context destroy.Eric Anholt2012-01-181-0/+2
* i965/vs: Fix leak of an empty hash_table structure per compile.Eric Anholt2012-01-181-4/+0
* i965: Fix refcount leak of the gl_program structure.Eric Anholt2012-01-181-0/+2
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-182-2/+2
* i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.Kenneth Graunke2012-01-181-1/+9
* i965: Remove the INTEL_OLD_VS option.Kenneth Graunke2012-01-183-10/+3
* i965/gen5: Fix rendering of depth buffers without stencil [v2]Chad Versace2012-01-171-2/+15
* intel: Return if pointer to intel_context is nullAnuj Phogat2012-01-171-7/+7
* i965: Add .gitignore file to exclude automake build artifacts from git.Paul Berry2012-01-171-0/+6
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-1717-259/+227
* radeon: fix fog coordinate emitAlex Deucher2012-01-171-1/+1