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
/
gallium
/
drivers
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r300g: set max_index to 0xffffff if there are no per-vertex attribs
Marek Olšák
2011-11-20
1
-2
/
+11
*
u_vbuf_mgr: correctly compute max vertex count from hw buffers
Marek Olšák
2011-11-20
1
-1
/
+8
*
r300g: use u_vbuf_mgr to set/get the index buffer
Marek Olšák
2011-11-20
3
-24
/
+12
*
r300g: always set VF_MIN_VTX_INDX to 0
Marek Olšák
2011-11-20
1
-11
/
+10
*
r300g: fix query result of GPU_FINISHED
Marek Olšák
2011-11-10
1
-1
/
+1
*
r300g: implement PIPE_QUERY_GPU_FINISHED
Marek Olšák
2011-11-10
1
-4
/
+35
*
r300g: implement PIPE_QUERY_OCCLUSION_PREDICATE
Marek Olšák
2011-11-10
1
-1
/
+5
*
r300g: force buffer placements to GTT on big endian machines
Marek Olšák
2011-11-03
1
-0
/
+6
*
r300g: Fix queries on big endian hosts.
Michel Dänzer
2011-11-02
1
-1
/
+2
*
r300g: remove useless code
Marek Olšák
2011-10-28
4
-22
/
+3
*
r300/compiler: Fix scheduler bug causing texture corruption
Tom Stellard
2011-10-27
1
-6
/
+35
*
r300g: expose ARB_ES2_compatibility by claiming FIXED format support
Marek Olšák
2011-10-24
2
-2
/
+8
*
r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vbo
Marek Olšák
2011-10-23
1
-5
/
+0
*
r300g: don't return NULL in resource_from_handle if the resource is too small
Marek Olšák
2011-10-20
4
-30
/
+22
*
r300/compiler: Try to eliminate REPL_ALPHA instructions
Tom Stellard
2011-10-16
1
-33
/
+57
*
r300/compiler: More agressive RGB to Alpha conversions
Tom Stellard
2011-10-16
1
-8
/
+10
*
r300/compiler: Only convert RGB->Alpha when optimizations are enabled
Tom Stellard
2011-10-16
2
-1
/
+8
*
Revert "r300g: fix rendering with a non-zero index bias in draw_elements_imme...
Marek Olšák
2011-10-16
1
-3
/
+1
*
r300/compiler: Enable reg rename pass on r500 and run it before optimizations
Tom Stellard
2011-10-14
1
-4
/
+1
*
r300/compiler: Implement the texture semaphore
Tom Stellard
2011-10-14
6
-49
/
+308
*
r300/compiler: Don't pair output writes with GPR writes in the scheduler
Tom Stellard
2011-10-14
1
-0
/
+7
*
r300/compiler: Prevent regalloc from creating non-native swizzles
Tom Stellard
2011-10-14
1
-16
/
+63
*
r300/compiler: Allow merged instructions to be scheduled on demand
Tom Stellard
2011-10-14
1
-50
/
+99
*
r300g: set max vertex samplers to 0 on swtcl chipsets
Marek Olšák
2011-10-14
1
-3
/
+8
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
3
-5
/
+5
*
u_blitter: add integer clear support
Dave Airlie
2011-10-09
1
-1
/
+2
*
r300g: remove unused r300_resource::tex_offset
Marek Olšák
2011-10-08
5
-16
/
+6
*
r300g: disable stream output on SWTCL chipsets
Marek Olšák
2011-10-08
1
-1
/
+1
*
r300g: fix rendering with a non-zero index bias in draw_elements_immediate
Marek Olšák
2011-10-04
1
-1
/
+3
*
r300/compiler: Fix error in OMOD optimization
Tom Stellard
2011-10-02
1
-0
/
+16
*
r300/compiler: Rewrite source swizzles when using OMOD
Tom Stellard
2011-10-02
1
-1
/
+6
*
r300/compiler: Fix rc_normal_rewrite_writemask()
Tom Stellard
2011-10-02
1
-5
/
+4
*
r300/compiler: Use consistent src swizzles for transcendent instructions
Tom Stellard
2011-10-02
5
-6
/
+33
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
7
-31
/
+21
*
winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle
Marek Olšák
2011-09-30
1
-1
/
+1
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
1
-0
/
+1
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
1
-0
/
+1
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-2
/
+3
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
1
-1
/
+0
*
r300g: remove useless variables in some structures
Marek Olšák
2011-09-29
4
-29
/
+12
*
r300g: simplify the immd_is_good_idea function
Marek Olšák
2011-09-29
1
-26
/
+2
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
Marek Olšák
2011-09-26
4
-9
/
+9
*
u_vbuf_mgr: cleanup original vs real vertex buffer arrays
Marek Olšák
2011-09-26
2
-15
/
+16
*
r300/compiler: Fix regalloc for values with multiple writers
Tom Stellard
2011-09-18
1
-3
/
+6
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
2
-15
/
+15
*
r300/compiler: Add support for the output modifier (OMOD)
Tom Stellard
2011-09-16
16
-25
/
+310
*
r300/compiler: Move some helper functions to radeon_compiler_util.c
Tom Stellard
2011-09-16
3
-33
/
+68
*
r300/compiler: Don't unroll loops that conditionally increment the counter
Tom Stellard
2011-09-16
1
-2
/
+14
*
winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOM
Marek Olšák
2011-09-16
1
-1
/
+1
[prev]
[next]