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
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Use the right type for the API token
nobled
2010-09-07
1
-1
/
+3
*
nouveau: restore nouveau_class.h for nv04-nv20
Luca Barbieri
2010-09-07
1
-1
/
+4953
*
radeon: Add radeon_buffer_objects.c.
Henri Verbeet
2010-09-05
1
-0
/
+1
*
r200: Add radeon_buffer_objects.c.
Henri Verbeet
2010-09-05
3
-0
/
+3
*
radeon: Make do_blit_readpixels() into a PBO work.
Henri Verbeet
2010-09-05
1
-11
/
+31
*
r300g,r300c: memset the compiler struct to zeros
Marek Olšák
2010-09-05
3
-0
/
+3
*
r300/compiler: Remove stray break statement
Tom Stellard
2010-09-04
1
-1
/
+0
*
r300/compiler: fix the instruction limit in vertex shaders
Marek Olšák
2010-09-05
1
-1
/
+1
*
r300/compiler: indent printed instructions according to the branch depth
Marek Olšák
2010-09-04
1
-4
/
+44
*
r300/compiler: use limits from the compiler input instead of inline constants
Marek Olšák
2010-09-04
1
-5
/
+4
*
r300/compiler: improve register allocation with indexable temporaries for VS
Marek Olšák
2010-09-04
1
-17
/
+46
*
r300/compiler: fix handling of indexed temporaries in peephole
Marek Olšák
2010-09-04
1
-1
/
+9
*
r300/compiler: disable deadcode elimination for indexed dst operands
Marek Olšák
2010-09-04
1
-0
/
+14
*
r300/compiler: allocate at least FS inputs if register allocation is disabled
Marek Olšák
2010-09-04
3
-9
/
+52
*
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-09-04
6
-6
/
+13
*
r300/compiler: compute the final number of temporaries during translation
Marek Olšák
2010-09-04
1
-7
/
+23
*
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
5
-1
/
+6
*
r300/compiler: use peephole and constant folding for vertex shaders too
Marek Olšák
2010-09-04
1
-1
/
+3
*
r300/compiler: remove unused enum OPCODE_REPL_ALPHA
Marek Olšák
2010-09-04
1
-5
/
+0
*
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
19
-165
/
+85
*
r300/compiler: add new compiler parameter max_constants
Marek Olšák
2010-09-04
6
-10
/
+16
*
r300/compiler: refactor vertex shader compilation
Marek Olšák
2010-09-04
18
-161
/
+140
*
r300/compiler: remove a redundant parameter in rc_pair_regalloc
Marek Olšák
2010-09-04
3
-3
/
+4
*
r300/compiler: remove a redundant parameter in rc_dataflow_deadcode
Marek Olšák
2010-09-04
4
-5
/
+5
*
r300/compiler: use null-terminated array of transformation functions
Marek Olšák
2010-09-04
4
-15
/
+20
*
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-09-04
10
-35
/
+36
*
r300/compiler: put emulate_loop_state in radeon_compiler
Marek Olšák
2010-09-04
7
-24
/
+20
*
r600c: add proper returns for some evergreen functions
Alex Deucher
2010-09-03
2
-2
/
+8
*
r600c: emit DB_HTILE_DATA_BASE on evergreen
Alex Deucher
2010-09-03
1
-4
/
+11
*
i965: DP2 produces a scalar result like DP3, DP4, etc.
Eric Anholt
2010-09-01
1
-0
/
+1
*
r600: cube mipmap levels are aligned to 8 faces only starting from r7xx
Andre Maasikas
2010-09-01
1
-3
/
+3
*
i965: fix depth test on sandybridge
Zhenyu Wang
2010-08-31
3
-3
/
+3
*
i965: Clear the cached constant buffer entry in the VS at control flow.
Eric Anholt
2010-08-30
1
-1
/
+21
*
i965: Align the number of payload regs to 2 again in 16-wide mode.
Eric Anholt
2010-08-30
1
-1
/
+1
*
i965: Apply the rest of the old-libdrm guard patch.
Cedric Vivier
2010-08-30
1
-0
/
+13
*
i965: Add support for loops to the new FS backend.
Eric Anholt
2010-08-30
1
-4
/
+82
*
i965: Make brw_CONT and brw_BREAK take the pop count.
Eric Anholt
2010-08-30
4
-14
/
+10
*
i965: Add "discard" support to the new FS backend.
Eric Anholt
2010-08-30
1
-1
/
+19
*
i965: Fix the new implementation of ir_unop_sign to match brw_wm_emit.c
Eric Anholt
2010-08-30
1
-5
/
+8
*
i965: Add support for texturing with bias to i965 FS backend.
Eric Anholt
2010-08-30
2
-17
/
+60
*
evergreen : fix shader const allocation and instruction bugs.
Richard Li
2010-08-29
6
-20
/
+48
*
i965: Add initial support for texturing to the new FS backend.
Eric Anholt
2010-08-28
1
-15
/
+128
*
i965: Add disasm for gen5 sampler messages.
Eric Anholt
2010-08-28
1
-6
/
+19
*
i965: Move libdrm/C++ hack introduced in fa2deb3d to intel_context.h
Cedric Vivier
2010-08-28
1
-5
/
+0
*
i965: Set the pop count on BRK/CONT inside of an if statement in the FS.
Eric Anholt
2010-08-27
1
-4
/
+11
*
dri: Get prototype for _mesa_destroy_compiler().
Eric Anholt
2010-08-27
1
-0
/
+1
*
i965: Don't strip negate/abs flags when assigning uniform locations.
Eric Anholt
2010-08-27
1
-5
/
+5
*
i965: Add missing handling for BRW_OPCODE_SEL.
Eric Anholt
2010-08-27
1
-0
/
+4
*
i965: Mask out higher bits of the result of BRW_CMP producing a boolean.
Eric Anholt
2010-08-27
1
-0
/
+6
*
i965: Fix the types of immediate integer values.
Eric Anholt
2010-08-27
1
-2
/
+2
[next]