Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
57b5d3605745c96ddc2b6de7d50c93db65ba1257
57b5d36
Use sse only if GALLIUM_SSE is defined
by Zack Rusin
· 17 years ago
6dcfddb
Redoing the way we handle vertex shaders for the draw module.
by Zack Rusin
· 17 years ago
7966e47
set miptree pitch to region pitch after allocating the region in st_miptree_create()
by Brian
· 17 years ago
28b315d
comments
by Brian
· 17 years ago
e0271e1
remove dead code
by keithw
· 17 years ago
48385cd
reduced debug
by keithw
· 17 years ago
82e2d32
Fix some compiler warnings with -pedantic
by Keith Whitwell
· 17 years ago
65e3af5
Enable codegen based whenever __i386__ is defined.
by Keith Whitwell
· 17 years ago
035a824
fix merge
by keithw
· 17 years ago
c5cfa63
disable debug
by Keith Whitwell
· 17 years ago
e078f91
restore primitive trimming in sp_draw_arrays.c
by keithw
· 17 years ago
08589f7
Make flushing more lazy in the draw module.
by Keith Whitwell
· 17 years ago
7770acf
Use Gallium in the renderer string
by keithw
· 17 years ago
5c83f13
Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except convolution).
by Brian
· 17 years ago
c6717a8
fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).
by Brian
· 17 years ago
78008db
added a8r8g8b8_put_tile()
by Brian
· 17 years ago
fcd4eeb
don't use scissored bounds in _mesa_clip_copytexsubimage()
by Brian
· 17 years ago
038cb56
More work on glCopyTexSubImage.
by Brian
· 17 years ago
b27498c
checkpoint: glCopyTexImage work
by Brian
· 17 years ago
b3bb1e3
s/_mesa_copy_rect/copy_rect/
by Brian
· 17 years ago
324ecad
Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in the drivers.
by Brian
· 17 years ago
bad4e10
check for _NEW_PROGRAM mesa state (fixes arbfplight)
by Brian
· 17 years ago
715e5ed
better debugging
by Brian
· 17 years ago
960fe21
comments, null ptr checks, etc.
by Brian
· 17 years ago
b28f4a2
don't apply pixelzoom to bitmaps
by Brian
· 17 years ago
0dfa550
st_draw_vertices() no longer needs attribs[] array parameter
by Brian
· 17 years ago
ccff14d
Simple implementation of glBitmap rendering.
by Brian
· 17 years ago
02ea8b8
re-org/prep for glBitmap
by Brian
· 17 years ago
b5051bf
clean-up #includes
by Brian
· 17 years ago
3850401
better debug output
by Brian
· 17 years ago
83fad68
include programopt.h
by Brian
· 17 years ago
3bf8d2a
Disable vertex shader fog, compute fog in fragment shader.
by Brian
· 17 years ago
07f31a2
some clean-up of ST_NEW_ shader flags
by Brian
· 17 years ago
1201eb8
disable TGSI_DEBUG
by Brian
· 17 years ago
6b1d2fa
replaced by st_atom_shader.c
by Brian
· 17 years ago
40c543e
Translate mesa vertex/fragment programs to TGSI programs at same time to do proper linking.
by Brian
· 17 years ago
f9ed2fd
translate Mesa programs to TGSI programs (formerly in st_atom_[fv]s.c)
by Brian
· 17 years ago
07ef3e4
vertex/fragment shader state and linking
by Brian
· 17 years ago
ff08c7b
test for presence of both front and back color vertex slots
by Brian
· 17 years ago
608914a
remove unused lookup array
by Brian
· 17 years ago
a37e0da
First attempt at building vertex buffers post-clip.
by Keith Whitwell
· 17 years ago
45b37dc
turn off shader debug
by keithw
· 17 years ago
0940059
test against -1 for front/back attrib
by keithw
· 17 years ago
c0dd022
Enable SSE2 for FS.
by michal
· 17 years ago
c0afc92
In here we actually do want to assign it. Fix compilation.
by Zack Rusin
· 17 years ago
1ae7373
invert draw_vertex_cache_check_space()
by Brian
· 17 years ago
ac39441
added PSIZE
by Brian
· 17 years ago
890125d
fix some post-transform vertex layout issues (bcolors, psize emitted last
by Brian
· 17 years ago
da45890
Fix up some point size breakage. Start on fogcoord too.
by Brian
· 17 years ago
46f606e
reenable some clear code that was temporarily disabled
by Brian
· 17 years ago
440a5c7
remove debug printfs
by Brian
· 17 years ago
a3a8887
comments
by Brian
· 17 years ago
1ce50d8
use VERT_ATTRIB_MAX for loop limit
by Brian
· 17 years ago
1199605
remove SEMANTIC_TEXCOORD
by Brian
· 17 years ago
e9259ad
Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.
by Brian
· 17 years ago
97b81eb
rename index var from i to attr, use FRAG_ATTRIB_MAX instead of 16
by Brian
· 17 years ago
8d987d3
minor renaming
by Brian
· 17 years ago
9f96c5d
pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output DECs
by Brian
· 17 years ago
f38881c
fix in/out typos
by Brian
· 17 years ago
ed10ece
Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to produce DCLs.
by Brian
· 17 years ago
562c941
fix 1/i typos
by Brian
· 17 years ago
ae58f38
Fix the doxygen target in the top-level Makefile.
by José Fonseca
· 17 years ago
42df29d
Convert i915 to use cso semantics of alpha_test.
by Zack Rusin
· 17 years ago
6cb87cf
Make the alpha test state a cso.
by Zack Rusin
· 17 years ago
b0fa489
Silence a few warnings.
by Zack Rusin
· 17 years ago
154335d
remove :5 form format field in pipe_surface, makes no difference at this time
by Brian
· 17 years ago
1bf93fc
remove old code in src_vector()
by Brian
· 17 years ago
f69b5c5
Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
by Brian
· 17 years ago
478d1e2
remove old/used code
by Brian
· 17 years ago
064daf3
remove lots of dead code related to program input/output mapping
by Brian
· 17 years ago
a8834a7
obsolete
by Brian
· 17 years ago
c231a9d
remove #includes of tgsi_attribs.h
by Brian
· 17 years ago
674d013
checkpoint: TGSI_ATTRIB_x tokens no longer used
by Brian
· 17 years ago
0867345
Checkpoint: vertex attribute clean-up.
by Brian
· 17 years ago
745f0cb
Always update st->state.vs, not just when the program is dirty.
by Brian
· 17 years ago
768302c
remove unused lookup[]
by Brian
· 17 years ago
b5908a7
fix input/output typos
by Brian
· 17 years ago
742e32a
Cache the i915 sampler state.
by Zack Rusin
· 17 years ago
cc2629f
Make the rasterizer state in i915 use the cso semantics.
by Zack Rusin
· 17 years ago
893f9cd
Allow drivers to cache the template in case they want to
by Zack Rusin
· 17 years ago
1d8c31b
Rewrite the depth_stencil state handling in i915.
by Zack Rusin
· 17 years ago
7a06c02
Fix failover state binding and convert the sampler to use the new
by Zack Rusin
· 17 years ago
a6c0c55
Convert depth_stencil state to the new semantics.
by Zack Rusin
· 17 years ago
daf5b0f
Switch fragment/vertex shaders to the new caching semantics.
by Zack Rusin
· 17 years ago
37cf13e
Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
by Brian
· 17 years ago
83a674a
Update linux-profile config.
by José Fonseca
· 17 years ago
a0e948f
Fix a really stupid mistake that Michel hit. Return proper hash.
by Zack Rusin
· 17 years ago
c9a5ef1
Fix window resizes.
by Michel Dänzer
· 17 years ago
617b39c
Pad surface dimensions to multiples of 2.
by Michel Dänzer
· 17 years ago
b8ecec7
Adding proper includes often helps with the warnings, or so i hear..
by Zack Rusin
· 17 years ago
c8650b0
Avoid redundant reallocation of the template.
by Zack Rusin
· 17 years ago
fe555c3
Convert the rasterizer cso to the new semantics.
by Zack Rusin
· 17 years ago
b6d50ab
Convert the i915 driver blend state to the new semantics.
by Zack Rusin
· 17 years ago
c0bf732
Redo the cso cache to map driver data in a lot more pleasing way.
by Zack Rusin
· 17 years ago
b3cc74a
grab vertex program pointer after state validation
by Brian
· 17 years ago
bcc13fd
Only generate vertex shader code when necessary.
by Michel Dänzer
· 17 years ago
f22e920
Finish up conversions of shaders to immutable objects.
by Zack Rusin
· 17 years ago
bb611c5
Checkpoint: rework shader input/output register mapping.
by Brian
· 17 years ago
63be96b
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
by Brian
· 17 years ago
3f0e04e
intel_winsys: Disable scheduled buffer swaps for now.
by Michel Dänzer
· 17 years ago
Next »