summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: Fix tcl cullingsmoki2013-01-202-18/+8
* r200: fix broken tcl lightingsmoki2013-01-201-10/+10
* i965/gen4: Fix memory leak each time compile_gs_prog() is called.Eric Anholt2013-01-201-1/+1
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2013-01-201-1/+1
* i965: Validate requested GLES context version in brwCreateContextChad Versace2013-01-201-33/+25
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2013-01-201-3/+1
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2013-01-201-61/+4
* i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke2013-01-201-0/+1
* i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke2013-01-201-0/+1
* i965/vs: Implement register spilling.Kenneth Graunke2013-01-203-1/+144
* i965/vs: Fix unit mismatch in scratch base_offset parameter.Kenneth Graunke2013-01-203-4/+8
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-232-4/+4
* i965: Fix regression in depth texture rendering on pre-SNBIan Romanick2012-10-241-2/+4
* intel: Add missing #include <time.h>Quentin Glidic2012-10-101-0/+1
* _mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...Anuj Phogat2012-10-071-37/+169
* intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat2012-10-051-2/+11
* i965: Use visibility cflags on the driver code.Eric Anholt2012-10-031-0/+1
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-031-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-031-5/+12
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-031-1/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-031-0/+1
* build: Set visibility CFLAGS in dri/commonMatt Turner2012-10-031-1/+2
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-035-10/+10
* Revert "i965: Implement guardband clipping on Ivybridge."Oliver McFadden2012-10-032-15/+5
* Revert "i965: Implement guardband clipping on Sandybridge."Oliver McFadden2012-10-032-15/+10
* meta: Use float for temporary images, not (un)signed normalized.Kenneth Graunke2012-09-281-4/+8
* i965: Remove broken non-interleaved-to-interleaved upload code.Eric Anholt2012-09-281-50/+2
* meta: Don't _mesa_set_enable() invalid targets in ES 1.Kenneth Graunke2012-09-281-0/+2
* i915: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-281-3/+0
* i965: Don't free the intel_context structure when intelCreateContext fails.Ian Romanick2012-09-282-3/+8
* intel: Don't call intelDestroyContext if there is no context to destroyIan Romanick2012-09-281-1/+3
* dri_util: Use calloc to allocate __DRIcontextIan Romanick2012-09-281-1/+1
* i965/blorp: Add support for blits between SRGB and linear formats (fixed).Kenneth Graunke2012-09-282-7/+22
* i965: Don't spill "smeared" registers.Paul Berry2012-09-281-0/+15
* i965/blorp: Increase Y alignment for multisampled stencil blits.Paul Berry2012-09-281-2/+7
* i965/blorp: Fix offsets and width/height for stencil blits.Paul Berry2012-09-281-9/+37
* i965/blorp: Reduce alignment restrictions for stencil blits.Paul Berry2012-09-281-6/+17
* i965/blorp: don't reduce stencil alignment restrictions when multisampling.Paul Berry2012-09-281-9/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-288-13/+31
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-288-13/+21
* i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry2012-09-284-4/+48
* i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry2012-09-283-6/+19
* i965/blorp: store x and y offsets in brw_blorp_mip_info.Paul Berry2012-09-284-28/+31
* i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry2012-09-285-37/+48
* i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.Paul Berry2012-09-281-28/+32
* i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.Paul Berry2012-09-282-1/+10
* i965/gen6+: Adjust stencil buffer size after computing miptree layout.Paul Berry2012-09-281-12/+16