Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
a524aab8ae356b3ef35392fa7375a862ed3322dc
a524aab
Moar docs, mostly context.
by Corbin Simpson
· 15 years ago
9f936f2
Regenerate docs.
by Corbin Simpson
· 15 years ago
fa33812
Document rasterizer.
by Corbin Simpson
· 15 years ago
c80f2b0
Fill out some of the CSO info.
by Corbin Simpson
· 15 years ago
8283e20
Add screen and context to docs.
by Corbin Simpson
· 15 years ago
a8df5ca
Add a compiled HTML doctree.
by Corbin Simpson
· 15 years ago
c686e17
Add Gallium docs.
by Corbin Simpson
· 15 years ago
65ecbdd
r300g: Add a few more params.
by Corbin Simpson
· 15 years ago
6ba83cd
r300g: add texture compare modes
by Marek Olšák
· 15 years ago
4b6dee0
r300: minor blit rework
by Maciej Cencora
· 15 years ago
a142886
r300: better fix for glCopyTexSubImage
by Maciej Cencora
· 15 years ago
759fd1f
r300g: Fix provoking vertex for non-quads.
by Corbin Simpson
· 15 years ago
f13a904
r300g: Respect provoking vertex for trifans.
by Corbin Simpson
· 15 years ago
bf611ce
r300g: Eliminate a couple more asserts.
by Corbin Simpson
· 15 years ago
62afcbb
r300g: Nuke r300_vbo.
by Corbin Simpson
· 15 years ago
263f432
progs/demos: fix glut initialization calls
by Brian Paul
· 15 years ago
c8de081
radeon: protect fbo allocation message with debug
by Alex Deucher
· 15 years ago
c35e5c1
util: Add util_format_has_alpha(), enclose in extern C.
by Michal Krol
· 15 years ago
b1580a1
util/pack: Handle the remaining formats with generic u_format access functions.
by Michal Krol
· 15 years ago
f874da4
util: Update blitter for u_format changes.
by Corbin Simpson
· 15 years ago
a70eba5
Revert "r300g: flush CS if a buffer being deleted is referenced by it"
by Corbin Simpson
· 15 years ago
7855fcb
Merge branch 'pipe-format-simplify'
by Michal Krol
· 15 years ago
465333a
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
by Richard Li
· 15 years ago
112908c
radeon: fix frontbuffer read/drawpixels
by Dave Airlie
· 15 years ago
5f59e79
r300g: store own copy of flush_cb and flush data.
by Dave Airlie
· 15 years ago
b1ed72e
Move the remaining format pf_get_* functions to u_format.h.
by Michal Krol
· 15 years ago
ec5577a
util: Remove util_format_get_block().
by Michal Krol
· 15 years ago
16c6dce
Merge branch 'master' into pipe-format-simplify
by Michal Krol
· 15 years ago
440fc5b
util/format: Fix bogus assertion.
by Michal Krol
· 15 years ago
3af2ddb
s/desc->type/desc->channel[0].type/
by Michal Krol
· 15 years ago
294bd53
glsl/apps: Add dummy install target to fix 'make install'
by Sedat Dilek
· 15 years ago
2f127e5
configure.ac: Add glsl to SRC_DIRS
by Sedat Dilek
· 15 years ago
e195eab
Merge branch 'glsl-pp-rework-2'
by Michal Krol
· 15 years ago
1c28073
radeon: drop assert accessing cref which is meant to be hidden
by Dave Airlie
· 15 years ago
5484f9d
radeon: drop unused members of radeon_state.
by Dave Airlie
· 15 years ago
f24c29c
r600: move structs for legacy cmdbuf into cmdbuf C file.
by Dave Airlie
· 15 years ago
09cef45
r600 : clean a bit to prepare to enable gl2.
by Richard Li
· 15 years ago
2584c5b
llvmpipe: add LP_DEBUG env var
by José Fonseca
· 15 years ago
f1f49bd
llvmpipe: fix broken TGSI_OPCODE_FRC codegen
by Brian Paul
· 15 years ago
43d6c81
llvmpipe: fix broken lp_build_abs()
by Brian Paul
· 15 years ago
2ddee2c
r300g: fix emission of which textures are enabled
by Marek Olšák
· 15 years ago
ded4ecd
r300g: clean up the invariant state
by Marek Olšák
· 15 years ago
acce482
r300g: clamp vertex indices to [min,max] everywhere
by Marek Olšák
· 15 years ago
a6d701d
r300g: if no colorbuffers are set, disable blending and set the color mask to 0
by Marek Olšák
· 15 years ago
cf85bf9
r300g: set the number of colorbuffers in RB3D_CCTL
by Marek Olšák
· 15 years ago
de0befc
r300g: remove unnecessary flush in set_sampler_textures
by Marek Olšák
· 15 years ago
c5e0b0b
r300g: add Z24X8 to the list of unsupported sampler formats on R3xx-R4xx
by Marek Olšák
· 15 years ago
38a9714
r300g: add acceleration of the clear, surface_copy, and surface_fill functions
by Marek Olšák
· 15 years ago
417ce06
r300g: flush CS if a buffer being deleted is referenced by it
by Marek Olšák
· 15 years ago
bc443d8
r300: Fix typo on < R5xx RS setup for blits.
by Michel Dänzer
· 15 years ago
80e8156
util/blitter: kill the draw_quad callback
by Marek Olšák
· 15 years ago
85bf420
util/blitter: allocate most of the state objects on-demand
by Marek Olšák
· 15 years ago
ab85ba3
util/blitter: use PIPE_MAX_* limits, and fix a memory leak
by Marek Olšák
· 15 years ago
e1d0f47
pipe: add PIPE_MAX_TEXTURE_TYPES
by Marek Olšák
· 15 years ago
55753f5
util: add blitter
by Marek Olšák
· 15 years ago
4c61022
util: add a function which converts 2D coordinates to cubemap coordinates
by Marek Olšák
· 15 years ago
dff4c9e
util: add new fragment shaders to simple_shaders
by Marek Olšák
· 15 years ago
3a15c48
llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.
by José Fonseca
· 15 years ago
85c27c3
llvmpipe: Fix lp_build_polynomial comment.
by José Fonseca
· 15 years ago
72c9878
llvmpipe: Fix typo in lp_build_log constant.
by José Fonseca
· 15 years ago
079b1cf
util: Fix unity value for swizzle 1.
by José Fonseca
· 15 years ago
846e38f
llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx.
by José Fonseca
· 15 years ago
d508bf8
util: Add dl wrappers.
by José Fonseca
· 15 years ago
c1efa45
tgsi/text: Don't use strncasecmp(), it breaks windows build.
by Michal Krol
· 15 years ago
f8135d5
r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insert
by Andre Maasikas
· 15 years ago
dbc374c
r600: fix typos for vert-tex
by Andre Maasikas
· 15 years ago
bae5e7f
r600: fix fragment.position
by Andre Maasikas
· 15 years ago
10f5cff
r600: add support for FRAG_ATTRIB_PNTC
by Andre Maasikas
· 15 years ago
0c046be
r600: add DDX DDY opcodes
by Andre Maasikas
· 15 years ago
18ebcfe
r600 : add texture support for vertex shader.
by Richard Li
· 15 years ago
3ff688e
tgsi: add properties and system value register
by Zack Rusin
· 15 years ago
41b52aa
nouveau: avoid running out of relocs
by Maarten Maathuis
· 15 years ago
2677f19
nv50: be more cautious about using reg_instance
by Christoph Bumiller
· 15 years ago
c14be63
tgsi/ureg: Add ureg_DECL_gs_input().
by Michal Krol
· 15 years ago
1778dda
nv50: store immediates as uint32
by Christoph Bumiller
· 15 years ago
d4d8801
nouveau: nv50: Add missing ctor_immd_4u32 function
by Patrice Mandin
· 15 years ago
e76bb2f
r300: enable accelerated support for glCopyTexImage only under KMS
by Maciej Cencora
· 15 years ago
8403df3
r300: fix regression introduced by da73c1ed
by Maciej Cencora
· 15 years ago
9d8501b
r300: fix glCopyTexSubImage
by Maciej Cencora
· 15 years ago
079b670
nv50: add proper zslice offset in miptree_surface
by Christoph Bumiller
· 15 years ago
7b5a6fa
nv50: use m2mf z pos instead of calculating offset manually
by Christoph Bumiller
· 15 years ago
44d8c9a
nv50: add craziness for non-constant TXB and TXL
by Christoph Bumiller
· 15 years ago
b91503f
Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow creates a 1x1 front buffer)"
by Patrice Mandin
· 15 years ago
ec78445
nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow creates a 1x1 front buffer)
by Patrice Mandin
· 15 years ago
75f371e
Remove grammar module -- no dependencies left.
by Michal Krol
· 15 years ago
a3b3293
slang: Delete a file that is now autogenerated.
by Michal Krol
· 15 years ago
a3eb0f7
Merge branch 'master' into glsl-pp-rework-2
by Michal Krol
· 15 years ago
d807782
nv50: support TXB and TXL
by Christoph Bumiller
· 15 years ago
b0036f3
nv50: add S8Z24 depth texture format too
by Christoph Bumiller
· 15 years ago
cc0ffab
nv50: fix depth comparison func TSC bits
by Christoph Bumiller
· 15 years ago
6a689783
nv50: add src_mask case for IF opcode
by Christoph Bumiller
· 15 years ago
9f3644c
nv50: plug memory leak in miptree creation/destruction
by Christoph Bumiller
· 15 years ago
f7a9734
nv50: use copies of tgsi src nv50_regs
by Christoph Bumiller
· 15 years ago
6a15ec9
nv50: support vertex program textures
by Christoph Bumiller
· 15 years ago
784cca9
r300: disable blit debugging info
by Maciej Cencora
· 15 years ago
6b83154
r300: emit number of used colorbuffers to pass radeon cs checker
by Maciej Cencora
· 15 years ago
dbd53f8
r300: setup render target format for r300/r400 cards too
by Maciej Cencora
· 15 years ago
353966b
r300: finish blit support for r300
by Maciej Cencora
· 15 years ago
c1a7cc1
more blit fixes
by Maciej Cencora
· 15 years ago
cd5f167
blit WIP
by Maciej Cencora
· 15 years ago
Next »