summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* vbo: add a prefix to count_tessellated_primitivesDave Airlie2012-09-151-1/+1
* meta: make mem_ctx non-global.Dave Airlie2012-09-152-3/+1
* meta: Refactor handling of GL_MULTISAMPLE.Paul Berry2012-09-141-31/+2
* _mesa_meta_GenerateMipmap: Generate separate shaders for glsl 120 / 130Anuj Phogat2012-09-141-20/+58
* _mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...Anuj Phogat2012-09-142-6/+74
* i965: Fix out-of-order sampler unit usage in ARB fragment programs.Kenneth Graunke2012-09-122-2/+5
* i965/blorp: Fix offsets and width/height for stencil blits.Paul Berry2012-09-121-9/+37
* i965/blorp: Reduce alignment restrictions for stencil blits.Paul Berry2012-09-121-6/+17
* i965/blorp: don't reduce stencil alignment restrictions when multisampling.Paul Berry2012-09-121-9/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-128-13/+31
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-128-13/+21
* i965/blorp: Account for offsets when emitting SURFACE_STATE.Paul Berry2012-09-124-4/+48
* i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().Paul Berry2012-09-123-6/+19
* i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.Paul Berry2012-09-121-8/+1
* i965/blorp: store x and y offsets in brw_blorp_mip_info.Paul Berry2012-09-124-28/+31
* i965/blorp: store surface width/height in brw_blorp_mip_info.Paul Berry2012-09-125-37/+48
* i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.Paul Berry2012-09-121-28/+32
* i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.Paul Berry2012-09-122-1/+10
* i965/gen6+: Adjust stencil buffer size after computing miptree layout.Paul Berry2012-09-121-12/+16
* i965: Remove incorrect comment above opt_algebraic.Kenneth Graunke2012-09-101-8/+0
* Set OSMESA_VERSION=8.Johannes Obermayr2012-09-072-3/+3
* i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.Eric Anholt2012-09-071-0/+24
* i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt2012-09-074-2/+38
* i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt2012-09-075-4/+46
* i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt2012-09-076-6/+78
* i965: Fix primitive restart on Haswell.Kenneth Graunke2012-09-065-1/+43
* intel: avoid undefined variable warnings in intel_screen.cPaul Berry2012-09-061-2/+3
* Remove useless checks for NULL before freeingMatt Turner2012-09-056-23/+11
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0515-23/+21
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-9/+9
* i965/blorp: Fix incorrect indentation.Paul Berry2012-09-051-2/+2
* i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.Kenneth Graunke2012-09-051-1/+1
* meta: Don't save and restore fog state when there is no fog stateIan Romanick2012-09-031-2/+6
* radeon: fix free/FREE mistakeBrian Paul2012-09-011-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-0119-55/+55
* mesa: s/CALLOC/calloc/Brian Paul2012-09-018-17/+17
* mesa: s/MALLOC/malloc/Brian Paul2012-09-015-12/+12
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-08-311-1/+1
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-312-8/+153
* xmlconfig: use __progname when building for AndroidTapani Pälli2012-08-311-1/+1
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-314-4/+4
* i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat2012-08-302-2/+3
* meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul2012-08-301-2/+31
* meta: add parenthesis to silence compiler warningsBrian Paul2012-08-301-2/+2
* i965/fs: Remove a dead member from live variables analysis.Eric Anholt2012-08-292-6/+0
* i965/fs: Initialize output_components[] by filling it with zeros.Kenneth Graunke2012-08-291-0/+1
* i965: Allow creation of OpenGL 3.1 contextsIan Romanick2012-08-291-0/+19
* i965: Advertise GLSL 1.40 and TexBOs in core contextsIan Romanick2012-08-291-1/+9
* intel: Clean up bits of cruft in intelCreateContextIan Romanick2012-08-291-40/+11
* i965: Set context flagsIan Romanick2012-08-293-2/+12