index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-20
Add Gallium docs.
Corbin Simpson
12
-0
/
+508
2009-12-20
r300g: Add a few more params.
Corbin Simpson
1
-0
/
+4
2009-12-19
r300g: add texture compare modes
Marek Olšák
6
-37
/
+148
2009-12-19
r300: minor blit rework
Maciej Cencora
3
-23
/
+113
2009-12-19
r300: better fix for glCopyTexSubImage
Maciej Cencora
2
-16
/
+22
2009-12-18
r300g: Fix provoking vertex for non-quads.
Corbin Simpson
1
-6
/
+25
2009-12-18
r300g: Respect provoking vertex for trifans.
Corbin Simpson
2
-6
/
+31
2009-12-18
r300g: Eliminate a couple more asserts.
Corbin Simpson
1
-3
/
+2
2009-12-18
r300g: Nuke r300_vbo.
Corbin Simpson
4
-126
/
+8
2009-12-18
radeon: protect fbo allocation message with debug
Alex Deucher
1
-2
/
+3
2009-12-18
util: Add util_format_has_alpha(), enclose in extern C.
Michal Krol
1
-0
/
+49
2009-12-18
util/pack: Handle the remaining formats with generic u_format access functions.
Michal Krol
1
-12
/
+26
2009-12-18
util: Update blitter for u_format changes.
Corbin Simpson
1
-1
/
+2
2009-12-18
Revert "r300g: flush CS if a buffer being deleted is referenced by it"
Corbin Simpson
3
-8
/
+0
2009-12-18
Merge branch 'pipe-format-simplify'
Michal Krol
82
-896
/
+787
2009-12-18
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
Richard Li
1
-1
/
+1
2009-12-18
radeon: fix frontbuffer read/drawpixels
Dave Airlie
5
-16
/
+58
2009-12-18
r300g: store own copy of flush_cb and flush data.
Dave Airlie
3
-2
/
+8
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
49
-351
/
+318
2009-12-17
util: Remove util_format_get_block().
Michal Krol
1
-23
/
+0
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
393
-17991
/
+18795
2009-12-17
util/format: Fix bogus assertion.
Michal Krol
1
-1
/
+1
2009-12-17
s/desc->type/desc->channel[0].type/
Michal Krol
3
-7
/
+7
2009-12-17
glsl/apps: Add dummy install target to fix 'make install'
Sedat Dilek
1
-1
/
+2
2009-12-17
Merge branch 'glsl-pp-rework-2'
Michal Krol
75
-12889
/
+9134
2009-12-17
radeon: drop assert accessing cref which is meant to be hidden
Dave Airlie
1
-1
/
+0
2009-12-17
radeon: drop unused members of radeon_state.
Dave Airlie
1
-3
/
+0
2009-12-17
r600: move structs for legacy cmdbuf into cmdbuf C file.
Dave Airlie
2
-16
/
+15
2009-12-16
r600 : clean a bit to prepare to enable gl2.
Richard Li
1
-14
/
+2
2009-12-16
llvmpipe: add LP_DEBUG env var
José Fonseca
3
-59
/
+151
2009-12-16
llvmpipe: fix broken TGSI_OPCODE_FRC codegen
Brian Paul
1
-1
/
+1
2009-12-16
llvmpipe: fix broken lp_build_abs()
Brian Paul
1
-1
/
+2
2009-12-15
r300g: fix emission of which textures are enabled
Marek Olšák
1
-1
/
+12
2009-12-15
r300g: clean up the invariant state
Marek Olšák
1
-10
/
+3
2009-12-15
r300g: clamp vertex indices to [min,max] everywhere
Marek Olšák
2
-7
/
+6
2009-12-15
r300g: if no colorbuffers are set, disable blending and set the color mask to 0
Marek Olšák
2
-3
/
+11
2009-12-15
r300g: set the number of colorbuffers in RB3D_CCTL
Marek Olšák
3
-3
/
+6
2009-12-15
r300g: remove unnecessary flush in set_sampler_textures
Marek Olšák
1
-2
/
+0
2009-12-15
r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xx
Marek Olšák
1
-1
/
+7
2009-12-15
r300g: add acceleration of the clear, surface_copy, and surface_fill functions
Marek Olšák
7
-45
/
+162
2009-12-15
r300g: flush CS if a buffer being deleted is referenced by it
Marek Olšák
3
-0
/
+8
2009-12-16
r300: Fix typo on < R5xx RS setup for blits.
Michel Dänzer
1
-2
/
+2
2009-12-15
util/blitter: kill the draw_quad callback
Marek Olšák
2
-25
/
+6
2009-12-15
util/blitter: allocate most of the state objects on-demand
Marek Olšák
1
-75
/
+179
2009-12-15
util/blitter: use PIPE_MAX_* limits, and fix a memory leak
Marek Olšák
1
-13
/
+27
2009-12-15
pipe: add PIPE_MAX_TEXTURE_TYPES
Marek Olšák
1
-1
/
+2
2009-12-15
util: add blitter
Marek Olšák
4
-0
/
+851
2009-12-15
util: add a function which converts 2D coordinates to cubemap coordinates
Marek Olšák
5
-52
/
+161
2009-12-15
util: add new fragment shaders to simple_shaders
Marek Olšák
4
-12
/
+80
2009-12-15
llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.
José Fonseca
1
-1
/
+1
[next]