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
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: Don't emit a .note.ABI-tag section anymore (#26663)
Adam Jackson
2013-04-25
4
-52
/
+0
*
freedreno: use writecombine buffers
Rob Clark
2013-04-25
1
-1
/
+2
*
freedreno: don't patch and re-emit same shader as much
Rob Clark
2013-04-25
5
-64
/
+65
*
i965: Avoid recompiles for fragment clamping on non-clamping APIs.
Eric Anholt
2013-04-25
2
-2
/
+2
*
radeonsi: add new SI pci ids
Alex Deucher
2013-04-25
1
-0
/
+3
*
r600g: add new richland pci ids
Alex Deucher
2013-04-25
1
-0
/
+2
*
draw: Yield zeros for LLVM fetches of non-existing vertex elements.
José Fonseca
2013-04-25
1
-21
/
+28
*
trace: Only close trace files on exit.
José Fonseca
2013-04-25
3
-18
/
+4
*
graw: Set the vertex shader constant buffer.
José Fonseca
2013-04-25
1
-1
/
+1
*
graw: Simple utilities to dump and disassemble TGSI tokens.
José Fonseca
2013-04-25
3
-0
/
+97
*
scons: Support clang.
José Fonseca
2013-04-25
4
-14
/
+18
*
util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.
José Fonseca
2013-04-25
1
-1
/
+6
*
scons: Remove redundant code.
José Fonseca
2013-04-25
1
-3
/
+0
*
mesa: fix bogus comment about PrimitiveRestart fields
Chris Forbes
2013-04-25
1
-2
/
+2
*
i965: report correct sample positions
Chris Forbes
2013-04-25
1
-4
/
+4
*
freedreno: fix bogus IMM const reg index
Rob Clark
2013-04-24
2
-3
/
+3
*
freedreno: clear fixes and debugging
Rob Clark
2013-04-24
4
-1
/
+29
*
freedreno: fix texture fetch type
Rob Clark
2013-04-24
4
-2
/
+10
*
freedreno: fix temp register usage
Rob Clark
2013-04-24
1
-48
/
+52
*
freedreno: add noop driver
Rob Clark
2013-04-24
1
-1
/
+3
*
freedreno: use u_math macros/helpers more
Rob Clark
2013-04-24
6
-25
/
+20
*
freedreno: implement fd_screen_destroy()
Rob Clark
2013-04-24
1
-6
/
+26
*
freedreno: set SWAP bit based on format
Rob Clark
2013-04-24
1
-7
/
+19
*
radeon/llvm: Fix segfault with a specifc libelf implementation
Tom Stellard
2013-04-24
1
-0
/
+4
*
r600g: use CP DMA for buffer clears on evergreen+
Alex Deucher
2013-04-24
4
-2
/
+119
*
i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFER
Chia-I Wu
2013-04-24
1
-6
/
+10
*
i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
Chia-I Wu
2013-04-24
1
-3
/
+14
*
i965: fix SURFACE_STATE dumping
Chia-I Wu
2013-04-24
1
-4
/
+4
*
i965: Remove strange comments about math functions.
Matt Turner
2013-04-24
1
-3
/
+3
*
i965: Remove traces of nonexistent TAN math function.
Matt Turner
2013-04-24
2
-2
/
+1
*
glsl: Teach basic block analysis about break/continue/discard.
Paul Berry
2013-04-24
1
-1
/
+1
*
glsl: Add virtual function ir_instruction::as_jump()
Paul Berry
2013-04-24
1
-0
/
+7
*
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
2013-04-24
3
-8
/
+7
*
winsys/sw/xlib: Prevent shared memory segment leakage.
José Fonseca
2013-04-24
1
-0
/
+6
*
draw/gs: preserve leading vertex info for gs
Zack Rusin
2013-04-23
1
-1
/
+1
*
r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...
Laurent Carlier
2013-04-24
1
-1
/
+0
*
radeonsi: cleanup disabling tiling for UVD v3
Christian König
2013-04-24
1
-3
/
+4
*
egl/dri2: Fix min/max swap interval of configs
Chad Versace
2013-04-24
1
-3
/
+3
*
mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.
Kenneth Graunke
2013-04-23
1
-0
/
+327
*
mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.
Kenneth Graunke
2013-04-23
1
-0
/
+253
*
mesa: Add an unpack function for ARGB2101010_UINT.
Kenneth Graunke
2013-04-23
1
-0
/
+15
*
mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Fix up some final license word wrapping issues by hand.
Kenneth Graunke
2013-04-23
2
-6
/
+8
*
mesa: Restore 78-column wrapping of license text in C++-style comments.
Kenneth Graunke
2013-04-23
41
-164
/
+164
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
492
-1571
/
+1975
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
546
-546
/
+546
*
mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
2
-2
/
+2
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
385
-385
/
+385
*
mesa: make _mesa_save_vtxfmt_init() static
Brian Paul
2013-04-23
2
-5
/
+3
*
docs: document issue with Viewperf proe-05 test 6
Brian Paul
2013-04-23
1
-0
/
+30
[next]