index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
8
-13
/
+21
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-12
4
-4
/
+48
*
i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().
Paul Berry
2012-09-12
3
-6
/
+19
*
i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.
Paul Berry
2012-09-12
1
-8
/
+1
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-12
4
-28
/
+31
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
5
-37
/
+48
*
i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.
Paul Berry
2012-09-12
1
-28
/
+32
*
i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.
Paul Berry
2012-09-12
2
-1
/
+10
*
i965/gen6+: Adjust stencil buffer size after computing miptree layout.
Paul Berry
2012-09-12
1
-12
/
+16
*
mesa: glGet: fix API check for EGL_image_external enums
Imre Deak
2012-09-11
1
-6
/
+9
*
mesa: glGet: fix indentation of print_table_stats
Imre Deak
2012-09-11
1
-9
/
+9
*
mesa: glGet: fix indentation of find_value
Imre Deak
2012-09-11
1
-4
/
+4
*
mesa: glGet: fix indentation of _mesa_init_get_hash
Imre Deak
2012-09-11
1
-9
/
+9
*
mesa: fix proxy texture error handling in glTexStorage()
Brian Paul
2012-09-11
1
-37
/
+41
*
mesa: make _mesa_get_proxy_target() non-static
Brian Paul
2012-09-11
2
-6
/
+8
*
mesa: do internal format error checking for glTexStorage()
Brian Paul
2012-09-11
1
-0
/
+48
*
mesa/msaa: Allow X and Y flips in multisampled blits.
Paul Berry
2012-09-11
1
-2
/
+2
*
i965: Remove incorrect comment above opt_algebraic.
Kenneth Graunke
2012-09-10
1
-8
/
+0
*
mesa: bump version to 9.1 (devel)
Andreas Boll
2012-09-09
1
-2
/
+2
*
Set OSMESA_VERSION=8.
Johannes Obermayr
2012-09-07
2
-3
/
+3
*
i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.
Eric Anholt
2012-09-07
1
-0
/
+24
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
4
-2
/
+38
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
5
-4
/
+46
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
6
-6
/
+78
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
5
-1
/
+43
*
intel: avoid undefined variable warnings in intel_screen.c
Paul Berry
2012-09-06
1
-2
/
+3
*
mesa: Don't advertise GLES extensions in GL contexts
Chad Versace
2012-09-06
1
-5
/
+6
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
29
-113
/
+53
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
67
-175
/
+171
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-9
/
+9
*
Use the correct macro _WIN32 for Windows.
Vinson Lee
2012-09-05
3
-7
/
+7
*
mesa: remove #undef CONST in get.c
Brian Paul
2012-09-05
1
-2
/
+0
*
mesa: remove now unused CONST macro
Brian Paul
2012-09-05
1
-11
/
+0
*
mesa: s/CONST/const/ in a comment
Brian Paul
2012-09-05
1
-3
/
+3
*
mesa: s/CONST/const/ in math/ files
Brian Paul
2012-09-05
4
-42
/
+42
*
i965/blorp: Fix incorrect indentation.
Paul Berry
2012-09-05
1
-2
/
+2
*
mesa: fix per-level max texture size error checking
Brian Paul
2012-09-05
1
-15
/
+21
*
i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.
Kenneth Graunke
2012-09-05
1
-1
/
+1
*
mesa: fix DIFFERENT_SIGNS() function
Brian Paul
2012-09-04
1
-1
/
+1
*
mesa: add missing return statements after recording errors
Brian Paul
2012-09-03
1
-0
/
+2
*
mesa: remove more null pointer checks before free() calls
Brian Paul
2012-09-03
3
-20
/
+14
*
mesa: remove null pointer checks before free() calls
Brian Paul
2012-09-03
1
-44
/
+24
*
mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.
Brian Paul
2012-09-03
8
-22
/
+20
*
meta: Don't save and restore fog state when there is no fog state
Ian Romanick
2012-09-03
1
-2
/
+6
*
mesa: remove accidentally committed __SUNPRO_C sqrtf() code
Brian Paul
2012-09-03
1
-4
/
+0
*
radeon: fix free/FREE mistake
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
44
-127
/
+127
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
19
-29
/
+31
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
17
-32
/
+32
*
mesa: clean-up LOG2() function
Brian Paul
2012-09-01
1
-18
/
+16
[next]