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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use linker-assigned sampler IDs in instruction encoding.
Kenneth Graunke
2012-08-25
5
-35
/
+74
*
i965: Add a "sampler state index" parameter to update_sampler_state().
Kenneth Graunke
2012-08-25
3
-14
/
+15
*
i965: Un-hardcode WM binding table from update_texture_surface.
Kenneth Graunke
2012-08-25
3
-20
/
+31
*
i965/vs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-5
/
+5
*
i965/fs: Rename "sampler" to "texunit" in texturing code.
Kenneth Graunke
2012-08-25
1
-14
/
+14
*
i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().
Kenneth Graunke
2012-08-25
2
-15
/
+9
*
i965: Set SWIZZLE_NOOP for unused texture units in the program keys.
Kenneth Graunke
2012-08-25
1
-3
/
+2
*
i965: Remove four and a half year old TODO comments about samplers.
Kenneth Graunke
2012-08-25
2
-8
/
+0
*
i965: Fix brw_link_shader to return false rather than NULL.
Kenneth Graunke
2012-08-25
1
-1
/
+1
*
mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...
Ian Romanick
2012-08-24
2
-10
/
+6
*
mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-4
/
+9
*
mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-11
/
+18
*
mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-36
/
+8
*
mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-15
/
+6
*
mesa/es: Remove redundant vertex pointer size validation
Ian Romanick
2012-08-24
1
-6
/
+0
*
mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-7
/
+2
*
mesa/es: Validate TexCoordPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-16
/
+6
*
mesa/es: Validate NormalPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-13
/
+6
*
mesa/es: Validate ColorPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-5
/
+2
*
mesa/es: Validate ColorPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-14
/
+8
*
mesa/es: Remove redundant vertex attrib pointer type validation
Ian Romanick
2012-08-24
1
-22
/
+0
*
mesa/es: Remove redundant vertex attrib pointer size validation
Ian Romanick
2012-08-24
1
-7
/
+0
*
mesa/es: Disallow BGRA vertex arrays in ES or ES2 contexts
Ian Romanick
2012-08-24
1
-0
/
+5
*
mesa: Rearrange array type checking, filter more types in ES
Ian Romanick
2012-08-24
1
-9
/
+25
*
mesa: Refactor element type checking into its own function
Ian Romanick
2012-08-24
1
-23
/
+25
*
wgl: update some comments
Brian Paul
2012-08-24
2
-2
/
+2
*
st/mesa: don't do (generic) compression of 1D or 1D_ARRAY textures
Brian Paul
2012-08-24
1
-1
/
+11
*
mesa: add generic compressed -> uncompressed format helper
Brian Paul
2012-08-24
2
-0
/
+42
*
mesa: don't try (generic) compression of 1D and 1D_ARRAY textures
Brian Paul
2012-08-24
1
-12
/
+26
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
13
-18
/
+29
*
xlib: remove texture compression hackery
Brian Paul
2012-08-24
3
-29
/
+0
*
st/mesa: clean up use of 'target' variable in st_context_teximage()
Brian Paul
2012-08-24
1
-3
/
+3
*
automake: convert vgapi
Matt Turner
2012-08-24
4
-100
/
+69
*
Move _mesa_dl* functions into dlopen.h and inline them
Matt Turner
2012-08-24
4
-122
/
+75
*
mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE
Tapani Pälli
2012-08-24
1
-4
/
+4
*
build: Only add links to .so files if we're building them
Matt Turner
2012-08-24
2
-0
/
+4
*
build: Add libOSMesa.so.$(VERSION) link to libdir
Matt Turner
2012-08-24
1
-0
/
+1
*
build: Replace OSMESA_VERSION with generic VERSION_NUMBER
Matt Turner
2012-08-24
1
-1
/
+1
*
build: Only build libmesa.la when needed
Matt Turner
2012-08-24
1
-4
/
+8
*
build: Remove duplicate DRI automake conditionals
Matt Turner
2012-08-24
1
-1
/
+1
*
build: Remove GLU_DIRS
Matt Turner
2012-08-24
1
-1
/
+1
*
build: Only generate dispatch assembly code that will be built
Matt Turner
2012-08-24
1
-4
/
+12
*
i965: don't clear resolve map when doing fast depth clears.
Paul Berry
2012-08-24
1
-4
/
+2
*
i965/HiZ: remove assertion from intel_resolve_map_set().
Paul Berry
2012-08-24
1
-3
/
+3
*
radeonsi: remove old tilling handling
Christian König
2012-08-24
3
-279
/
+31
*
mesa/es: Validate glCreateShader targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-6
/
+1
*
mesa/es: Validate glGetProgramiv pnames in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
2
-23
/
+31
*
mesa: Filter glGetProgramiv pnames based on available extensions
Ian Romanick
2012-08-24
1
-30
/
+37
*
swrast: implement cubical depth texture sampling
Brian Paul
2012-08-24
1
-41
/
+74
*
clover: Accept CL_MEM_READ_WRITE flag
Blaž Tomažič
2012-08-24
1
-4
/
+4
[next]