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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: store shared size in gl_compute_program
Samuel Pitoiset
2016-02-13
2
-0
/
+6
*
mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
Samuel Pitoiset
2016-02-13
4
-6
/
+3
*
mesa: make compute maximums reflect driver-provided values
Ilia Mirkin
2016-02-13
6
-17
/
+32
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
10
-17
/
+21
*
i965: Refactor resolving of auxiliary mode
Topi Pohjolainen
2016-02-13
1
-33
/
+29
*
i965: Don't try to create aux buffer for non-msrt aux-buffer
Topi Pohjolainen
2016-02-13
1
-10
/
+10
*
i965: Rename optimizer debug 00 filename
Ben Widawsky
2016-02-12
2
-2
/
+2
*
i965: Make brw_clear_cache NULL out stale program pointers.
Kenneth Graunke
2016-02-12
1
-0
/
+15
*
mesa: avoid segfault in GetProgramPipelineInfoLog when no length
Ilia Mirkin
2016-02-12
1
-4
/
+1
*
mesa: reset offset/size to 0 when removing atomic binding
Ilia Mirkin
2016-02-12
1
-2
/
+2
*
mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as valid
Ilia Mirkin
2016-02-12
1
-0
/
+6
*
mesa/clear: update ClearBufferfv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-18
/
+5
*
mesa/clear: update ClearBufferuiv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-24
/
+5
*
mesa/clear: simplify ClearBufferiv error handling
Ilia Mirkin
2016-02-12
1
-12
/
+6
*
mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)
Ilia Mirkin
2016-02-12
1
-19
/
+0
*
mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contexts
Ilia Mirkin
2016-02-12
1
-5
/
+3
*
i915: include teximage.h
Kenneth Graunke
2016-02-12
1
-0
/
+1
*
i965: include teximage.h
Brian Paul
2016-02-12
1
-0
/
+1
*
st/nine: Implement Managed vertex/index buffers
Axel Davy
2016-02-12
5
-9
/
+121
*
st/nine: Align stack for entry points
Axel Davy
2016-02-12
53
-687
/
+703
*
st/nine: Drop path for ureg_NRM and ureg_CLAMP
Axel Davy
2016-02-12
1
-24
/
+4
*
st/nine: Remove usage of SQRT in ff code
Axel Davy
2016-02-12
1
-1
/
+3
*
st/nine: Fix stateblocks crashes with lights
Axel Davy
2016-02-12
1
-8
/
+32
*
st/nine: SCRATCH does support all formats
Axel Davy
2016-02-12
9
-22
/
+35
*
st/nine: Add format checks to create_zs_or_rt_surface
Axel Davy
2016-02-12
1
-0
/
+3
*
st/nine: Support ATI1/ATI2 for CubeTexture
Axel Davy
2016-02-12
3
-7
/
+4
*
st/nine: Clean pSharedHandle Texture ctors checks
Axel Davy
2016-02-12
3
-18
/
+21
*
st/nine: Move texture creation checks
Axel Davy
2016-02-12
4
-13
/
+13
*
st/nine: Clean useless code in texture9.c
Axel Davy
2016-02-12
1
-7
/
+1
*
st/nine: Do not set SHARED flag for shared textures.
Axel Davy
2016-02-12
1
-3
/
+0
*
st/nine: Do not set resource usage for SYSTEMMEM
Axel Davy
2016-02-12
3
-13
/
+4
*
mesa: move _mesa_num_tex_faces() to teximage.h
Brian Paul
2016-02-12
2
-19
/
+19
*
mesa: simplify some code with new _mesa_cube_face_target() function
Brian Paul
2016-02-12
3
-19
/
+4
*
mesa: add _mesa_cube_face_target() helper
Brian Paul
2016-02-12
1
-0
/
+17
*
mesa: make _mesa_tex_target_to_face() an inline function
Brian Paul
2016-02-12
2
-17
/
+15
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
11
-60
/
+60
*
docs: Visual Studio 2013 or later is now required
Brian Paul
2016-02-12
2
-0
/
+7
*
glsl: replace _strtoui64() with strtoull() for MSVC
Timothy Arceri
2016-02-13
1
-4
/
+0
*
mesa: Use _aligned_malloc/free for MinGW too.
Jose Fonseca
2016-02-12
1
-4
/
+4
*
mesa: Remove support for MSVC2008.
Jose Fonseca
2016-02-12
1
-3
/
+0
*
util/u_atomic: Remove MSVC 2008 support.
Jose Fonseca
2016-02-12
1
-59
/
+0
*
i965: Stop considering if msrt aux buffers need aux buffer
Topi Pohjolainen
2016-02-12
1
-10
/
+10
*
i965: Separate miptree creation from auxiliary buffer setup
Topi Pohjolainen
2016-02-12
1
-17
/
+39
*
i965: Isolate aligned dimensions for stencil only
Topi Pohjolainen
2016-02-12
1
-15
/
+14
*
i965: Restore vbo after color resolve during brw_try_draw_prims()
Topi Pohjolainen
2016-02-12
1
-0
/
+9
*
i965: Validate textures before altering driver state
Topi Pohjolainen
2016-02-12
1
-9
/
+9
*
i965: Make brw_clear_cache flag all the bits on both pipelines.
Kenneth Graunke
2016-02-11
1
-2
/
+6
*
glsl: Allow invariant qualifer in block members in desktop OpenGL.
Samuel Iglesias Gonsálvez
2016-02-12
1
-20
/
+4
*
i965: Consider tessellation in get_pipeline_state_l3_weights.
Kenneth Graunke
2016-02-11
1
-1
/
+6
*
i965: Split brw_upload_texture_surfaces into compute/render atoms.
Kenneth Graunke
2016-02-11
3
-9
/
+34
[prev]
[next]