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
*
mesa: Remove support for parsing NV vertex programs.
Eric Anholt
2012-10-15
7
-1562
/
+5
*
swrast: Remove support for GL_NV_vertex_program.
Eric Anholt
2012-10-15
2
-3
/
+0
*
gallium: Remove #if 0-ed enable of NV_vp. It's going away.
Eric Anholt
2012-10-15
1
-5
/
+0
*
r200: Remove support for software-only NV_vertex_program.
Eric Anholt
2012-10-15
4
-18
/
+1
*
intel: Remove NV_vertex_program support.
Eric Anholt
2012-10-15
3
-9
/
+0
*
i965/vp: Remove more code for unused opcodes.
Eric Anholt
2012-10-15
1
-55
/
+1
*
r600g: drop useless switch statement
Andreas Boll
2012-10-15
1
-94
/
+7
*
gallium/docs: update some distro information
Andreas Boll
2012-10-15
2
-8
/
+37
*
r600g: emit the border color only when it's needed
Marek Olšák
2012-10-15
4
-4
/
+24
*
r600g: cleanup create_sampler_state functions
Marek Olšák
2012-10-15
3
-57
/
+46
*
st/mesa: fix integer texture border color for some formats (v2)
Marek Olšák
2012-10-15
4
-48
/
+112
*
util: added debug_print_transfer_flags() function
Brian Paul
2012-10-15
2
-0
/
+45
*
mesa: Fix a crash in update_texture_state() for external texture type
Abdiel Janulgue
2012-10-15
2
-0
/
+10
*
svga: remove needless debug-mode linked list code
Brian Paul
2012-10-15
1
-3
/
+1
*
util: null-out the node's prev/next pointers in list_del()
Chris Fester
2012-10-15
1
-0
/
+1
*
nouveau: fix offset in nouveau_buffer_transfer_map
Christoph Bumiller
2012-10-14
1
-1
/
+1
*
u_format_s3tc.c: Don't call getenv() twice
Matt Turner
2012-10-12
1
-2
/
+3
*
android: generate matching remap_helper to dispatch table
Tapani Pälli
2012-10-12
1
-1
/
+1
*
gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently.
José Fonseca
2012-10-12
1
-4
/
+4
*
tgsi: Dump register number when dumping immediates.
José Fonseca
2012-10-12
1
-1
/
+7
*
gallivm: fix rsqrt failures
Roland Scheidegger
2012-10-12
2
-15
/
+76
*
galahad: galahad_context_blit
José Fonseca
2012-10-12
1
-11
/
+15
*
r600g: move shader structures into r600_shader.h
Marek Olšák
2012-10-12
9
-25
/
+30
*
mesa/st: Fix assertions.
José Fonseca
2012-10-12
1
-2
/
+2
*
r600g: implement MSAA resolving for 8-bit and 16-bit integer formats
Marek Olšák
2012-10-12
3
-6
/
+46
*
intel: print debug either to stdout or `logcat' depending on platform.
Oliver McFadden
2012-10-12
2
-4
/
+16
*
util: fix broken pipe_get_tile_rgba() call
Brian Paul
2012-10-11
1
-1
/
+1
*
radeon/llvm: Fix build with LLVM 3.2
Tom Stellard
2012-10-11
1
-3
/
+10
*
clover: Fix build with LLVM 3.2
Tom Stellard
2012-10-11
1
-1
/
+10
*
clover: Don't link against libclangRewrite
Tom Stellard
2012-10-11
1
-1
/
+0
*
radeonsi: handle unhandled CAPs
Marek Olšák
2012-10-11
1
-0
/
+4
*
radeonsi: fixup the return type of is_format_supported
Marek Olšák
2012-10-11
2
-10
/
+10
*
radeonsi: remove unused local variables
Marek Olšák
2012-10-11
4
-9
/
+0
*
r600g: put user indices in the command stream for small index counts
Marek Olšák
2012-10-11
2
-14
/
+28
*
r600g: inline r600_translate_index_buffer
Marek Olšák
2012-10-11
4
-65
/
+22
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
103
-2014
/
+1204
*
st/mesa: use the renderbuffer chosen by core Mesa in CopyTexSubImage
Marek Olšák
2012-10-11
1
-12
/
+1
*
softpipe: remove unused functions
Marek Olšák
2012-10-11
2
-26
/
+0
*
st/mesa: use transfer_inline_write in st_texture_image_data
Marek Olšák
2012-10-11
1
-46
/
+8
*
st/mesa: remove useless checking in reset_cache
Marek Olšák
2012-10-11
1
-6
/
+0
*
svga: don't use uninitialized framebuffer state
Brian Paul
2012-10-11
1
-2
/
+4
*
svga: Remove wierd code which forces non-sRGB formats.
John Kåre Alsaker
2012-10-10
1
-8
/
+0
*
svga: Add support for 16-bit per channel RGBA
John Kåre Alsaker
2012-10-10
1
-0
/
+3
*
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
2012-10-10
3
-0
/
+62
*
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
2012-10-10
3
-10
/
+16
*
i965/vs: Implement register spilling.
Kenneth Graunke
2012-10-10
3
-1
/
+144
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
3
-4
/
+8
*
egl: Return EGL_BAD_MATCH for invalid profile attributes
Matt Turner
2012-10-10
1
-10
/
+7
*
radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinf
Vincent Lejeune
2012-10-10
3
-6
/
+2
*
radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floor
Vincent Lejeune
2012-10-10
5
-5
/
+5
[next]