index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: don't reduce stencil alignment restrictions when multisampling.
Paul Berry
2012-09-28
1
-9
/
+1
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-28
8
-13
/
+31
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-28
8
-13
/
+21
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-28
4
-4
/
+48
*
i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().
Paul Berry
2012-09-28
3
-6
/
+19
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-28
4
-28
/
+31
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-28
5
-37
/
+48
*
i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.
Paul Berry
2012-09-28
1
-28
/
+32
*
i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.
Paul Berry
2012-09-28
2
-1
/
+10
*
i965/gen6+: Adjust stencil buffer size after computing miptree layout.
Paul Berry
2012-09-28
1
-12
/
+16
*
mesa: Don't set uniform dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
3
-36
/
+39
*
mesa: Don't set shaderapi dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
4
-22
/
+35
*
mesa: Don't set vtxfmt dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
1
-53
/
+73
*
mesa: Don't set loopback dispatch pointers for most things in ES2 or core
Ian Romanick
2012-09-28
4
-219
/
+228
*
mesa: Pass GL context to _mesa_create_save_table
Ian Romanick
2012-09-28
3
-3
/
+3
*
mesa: Don't set dispatch pointer for glTexStorage in ES2
Ian Romanick
2012-09-28
1
-4
/
+6
*
mesa: Don't set dispatch pointer for glGetProgramivARB in ES2
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2
Ian Romanick
2012-09-28
1
-1
/
+3
*
mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2
Ian Romanick
2012-09-28
1
-4
/
+8
*
mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2
Ian Romanick
2012-09-28
1
-2
/
+8
*
mesa: Don't set dispatch pointer for glGetBufferSubData in ES2
Ian Romanick
2012-09-28
1
-1
/
+3
*
mesa: Don't set dispatch pointer for glGetDoublev in ES2
Ian Romanick
2012-09-28
1
-1
/
+3
*
mesa: Don't set dispatch pointer for glPointSize in ES2
Ian Romanick
2012-09-28
1
-3
/
+1
*
gles2: Alias glReadBufferNV with desktop glReadBuffer
Ian Romanick
2012-09-28
1
-1
/
+1
*
mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
Ian Romanick
2012-09-28
1
-0
/
+12
*
mesa: fix dropped && in glGetStringi()
Chris Forbes
2012-09-28
1
-1
/
+1
*
targets/xorg-i915: Rename driver to i915_drv.so.
Matt Turner
2012-09-25
2
-2
/
+2
*
mesa: Ignore SRGB when determining compatible resolve formats.
Kenneth Graunke
2012-09-25
1
-1
/
+2
*
mesa: Don't override S3TC internalFormat if data is pre-compressed.
Kenneth Graunke
2012-09-25
1
-1
/
+1
*
meta: Don't _mesa_set_enable() invalid targets in ES 1.
Kenneth Graunke
2012-09-25
1
-8
/
+11
*
darwin: do not create double-buffered offscreen pixel formats
Jonas Maebe
2012-09-24
1
-1
/
+1
*
winsys/radeon: fix relocs caching
Vadim Girlin
2012-09-24
2
-8
/
+6
*
draw: fix non-indexed draw calls if there's an index buffer
Marek Olšák
2012-09-22
3
-8
/
+6
*
r600g: set QUANT_MODE on Cayman too
Marek Olšák
2012-09-22
1
-1
/
+2
*
r600g: do not require MSAA renderbuffer support if not asked for
Marek Olšák
2012-09-22
2
-16
/
+4
*
gallium/u_blitter: fix stencil-only blits
Marek Olšák
2012-09-22
1
-0
/
+15
*
r300g: fix colormask with non-BGRA formats
Marek Olšák
2012-09-22
4
-31
/
+160
*
r600g: don't use a staging resource for large transfers
Marek Olšák
2012-09-22
1
-10
/
+0
*
mesa/glsl: rename preprocess to glcpp_preprocess
Dave Airlie
2012-09-15
7
-7
/
+7
*
glcpp: fix abuse of yylex
Dave Airlie
2012-09-15
2
-9
/
+1
*
mesa: use a prefix for the program lex
Dave Airlie
2012-09-15
2
-1
/
+2
*
r600g: reduce quant mode on evergreen+
Alex Deucher
2012-09-14
1
-1
/
+1
*
i965: Fix out-of-order sampler unit usage in ARB fragment programs.
Kenneth Graunke
2012-09-14
2
-2
/
+5
*
mesa: Add a _mesa_fls() function to find the last bit set in a word.
Kenneth Graunke
2012-09-14
1
-0
/
+22
*
r600g: adjust QUANT_MODE for higher precision
Vadim Girlin
2012-09-12
4
-2
/
+24
*
mesa: don't wait in _mesa_ClientWaitSync if timeout is 0
Vadim Girlin
2012-09-12
1
-2
/
+6
*
mesa: fix proxy texture error handling in glTexStorage()
Brian Paul
2012-09-12
1
-37
/
+41
*
mesa: make _mesa_get_proxy_target() non-static
Brian Paul
2012-09-12
2
-6
/
+8
*
mesa: do internal format error checking for glTexStorage()
Brian Paul
2012-09-12
1
-0
/
+48
*
mesa/msaa: Allow X and Y flips in multisampled blits.
Paul Berry
2012-09-12
1
-2
/
+2
[next]