aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: glGet: fix API check for EGL_image_external enumsImre Deak2012-09-111-6/+9
* mesa: glGet: fix indentation of print_table_statsImre Deak2012-09-111-9/+9
* mesa: glGet: fix indentation of find_valueImre Deak2012-09-111-4/+4
* mesa: glGet: fix indentation of _mesa_init_get_hashImre Deak2012-09-111-9/+9
* mesa: fix proxy texture error handling in glTexStorage()Brian Paul2012-09-111-37/+41
* mesa: make _mesa_get_proxy_target() non-staticBrian Paul2012-09-112-6/+8
* mesa: do internal format error checking for glTexStorage()Brian Paul2012-09-111-0/+48
* mesa/msaa: Allow X and Y flips in multisampled blits.Paul Berry2012-09-111-2/+2
* i965: Remove incorrect comment above opt_algebraic.Kenneth Graunke2012-09-101-8/+0
* mesa: bump version to 9.1 (devel)Andreas Boll2012-09-091-2/+2
* 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
* mesa: Don't advertise GLES extensions in GL contextsChad Versace2012-09-061-5/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-0529-113/+53
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0567-175/+171
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-9/+9
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-053-7/+7
* mesa: remove #undef CONST in get.cBrian Paul2012-09-051-2/+0
* mesa: remove now unused CONST macroBrian Paul2012-09-051-11/+0
* mesa: s/CONST/const/ in a commentBrian Paul2012-09-051-3/+3
* mesa: s/CONST/const/ in math/ filesBrian Paul2012-09-054-42/+42
* i965/blorp: Fix incorrect indentation.Paul Berry2012-09-051-2/+2
* mesa: fix per-level max texture size error checkingBrian Paul2012-09-051-15/+21
* i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.Kenneth Graunke2012-09-051-1/+1
* mesa: fix DIFFERENT_SIGNS() functionBrian Paul2012-09-041-1/+1
* mesa: add missing return statements after recording errorsBrian Paul2012-09-031-0/+2
* mesa: remove more null pointer checks before free() callsBrian Paul2012-09-033-20/+14
* mesa: remove null pointer checks before free() callsBrian Paul2012-09-031-44/+24
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-038-22/+20
* meta: Don't save and restore fog state when there is no fog stateIan Romanick2012-09-031-2/+6
* mesa: remove accidentally committed __SUNPRO_C sqrtf() codeBrian Paul2012-09-031-4/+0
* radeon: fix free/FREE mistakeBrian Paul2012-09-011-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-0144-127/+127
* mesa: s/CALLOC/calloc/Brian Paul2012-09-0119-29/+31
* mesa: s/MALLOC/malloc/Brian Paul2012-09-0117-32/+32
* mesa: clean-up LOG2() functionBrian Paul2012-09-011-18/+16