Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
83a674a7af4e58f677a56aae2111d2cbdbf1e21d
/
src
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
d39dde6
Fix linux-dri-x86 target.
by Michel Dänzer
· 17 years ago
2a460f6
Fix some issues with perspective-corrected interpolation.
by Brian
· 17 years ago
72b0a57
additional comments for tri_persp_coeff()
by Brian
· 17 years ago
ccd63b5
Convert shader to an immutable state object.
by Zack Rusin
· 17 years ago
de69fc1
Finishing up rename of the setup state to the rasterizer state.
by Zack Rusin
· 17 years ago
fbb2f84
move cso cache to the pipe directory
by Zack Rusin
· 17 years ago
29789ca
Fix a silly bug on setting samplers.
by Zack Rusin
· 17 years ago
2944018
converting the setup state to immutable object and renaming it to rasterizer state
by Zack Rusin
· 17 years ago
d6ac959
Combing depth and stencil objects and making them immutable.
by Zack Rusin
· 17 years ago
56edb98
Fix the warning.
by Zack Rusin
· 17 years ago
f117327
Make sampler an immutable state object.
by Zack Rusin
· 17 years ago
e16c045
Implementing a better hash, removing state_tracker dependency from the cache.
by Zack Rusin
· 17 years ago
9780327
First stab at immutable state objects (create/bind/delete)
by Zack Rusin
· 17 years ago
ffacb1c
Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_*
by Brian
· 17 years ago
b4bacd1
Plug in selection/feedback code.
by Brian
· 17 years ago
2a40c71
selection/feedback support
by Brian
· 17 years ago
060a638
s/bugmgr/bufgr/
by Brian
· 17 years ago
72d7d2b
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
by Brian
· 17 years ago
5578f8c
Remove non-meaningful region_idle() interface
by Keith Whitwell
· 17 years ago
f48e055
silence warning
by Brian
· 17 years ago
9ea9197
update begin/end_query() functions
by Brian
· 17 years ago
bf92350
Fix linux-dri-x86 build.
by Michel Dänzer
· 17 years ago
d59c95b
intel_winsys: Fix intel_buffer_reference.
by Michel Daenzer
· 17 years ago
c01a5ec
intel_winsys: Adapt to recent drm changes (s/pipes/planes/).
by Michel Daenzer
· 17 years ago
09fbb38
Implement query object interface.
by Brian
· 17 years ago
5620d66
vertex feedback functions
by Brian
· 17 years ago
6275b40
merge buffer_unreference(), buffer_reference()
by Brian
· 17 years ago
051a2a3
clean-ups, comments
by Brian
· 17 years ago
c3f7f31
s/xm_softpipe.c/xm_winsys.c/
by Brian
· 17 years ago
b06641e
Rename
by Brian
· 17 years ago
d56a3ad
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
by Brian
· 17 years ago
b2dfe2b
added st_cb_rasterpos.c
by Brian
· 17 years ago
bee148c
plug in rasterpos/feedback code
by Brian
· 17 years ago
bb193c6
glRasterPos function
by Brian
· 17 years ago
21c925f
move FLUSH_CURRENT
by Brian
· 17 years ago
63a51ae
Initial work for post-transformed vertex feedback buffers.
by Brian
· 17 years ago
41ddd76
Initial work for post-transform vertex feedback buffers.
by Brian
· 17 years ago
4c01d49
Move guts of glRasterPos down into T&L module.
by Brian
· 17 years ago
f2f168d
Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPos() function.
by Brian
· 17 years ago
9a11a4a
move some protos from draw_vertex.h to draw_private.h
by Brian
· 17 years ago
2e21058
Define attrib_format and interp_mode enum typedefs and use where appropriate.
by Brian
· 17 years ago
898d68a
Consolidate vertex-related code in new draw_vertex.c
by Brian
· 17 years ago
963b8a7
Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
by Brian
· 17 years ago
c9e133e
fix breakage from prev commit
by Brian
· 17 years ago
8f1a0de
fix unhandled switch/case warning
by Brian
· 17 years ago
942b9bc
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors to cpy.
by Brian
· 17 years ago
aaf03b9
Fix lost edge flags problem when clipping.
by Brian
· 17 years ago
2d18767
Sketch out per-vertex point size.
by Brian
· 17 years ago
e62b924
Add p_compiler.h.
by michal
· 17 years ago
a6e2b76
Break GL dependencies.
by michal
· 17 years ago
6468e68
Break GL dependencies.
by michal
· 17 years ago
86fe5f2
Break GL dependencies.
by michal
· 17 years ago
529c411
Break GL dependencies.
by michal
· 17 years ago
5c33750
Fix ffs().
by michal
· 17 years ago
874b926
Split out vertex shader/cache/fetch functionality from draw_prim.c
by Keith Whitwell
· 17 years ago
b045595
add missing files
by keithw
· 17 years ago
3f8b5e3
fix frag vs vertex typo
by keithw
· 17 years ago
4185da4
add names to tracked state atoms to improve debug
by keithw
· 17 years ago
07d97e8
checkpoint in constant tracking rework
by Keith Whitwell
· 17 years ago
599ba51
remove unneeded dirty flag
by keithw
· 17 years ago
def8bb7
code re-org, minor improvements
by Brian
· 17 years ago
b4a8175
s/==/=/
by Brian
· 17 years ago
703140b
Fix fragment program color output mapping (0=depth, 1=color)
by Brian
· 17 years ago
29dc25b
check for USE_X86_ASM or SLANG_X86 in st_delete_program()
by Brian
· 17 years ago
b7de64c
set I915_NEW_VERTEX_FORMAT in calculate_vertex_layout(), fixes demos/texenv
by Brian
· 17 years ago
59e7bfa
Add support for more surface types in sp_surface.c
by Brian
· 17 years ago
4fd7bc0
Hook-up SSE2 to VS.
by michal
· 17 years ago
2c7b747
Indent. Remove GL dependencies. Simplify. Add rtasm instructions.
by michal
· 17 years ago
b5c14b3
Add tgsi_sse2.
by michal
· 17 years ago
cd93682
remove deleted i915_state_fragprog.c
by Brian
· 17 years ago
57394f3
fix a tracking of changed lighting state
by Brian
· 17 years ago
6ef1bdb
add some warnings about bitmaps/copypixels
by Brian
· 17 years ago
e648a86
disable debug
by keithw
· 17 years ago
d36e01a
remove dead file
by keithw
· 17 years ago
7a1027c
have to check I915_HW_SAMPLER when emitting MAP state, because of sampler_enable_flags.
by keithw
· 17 years ago
b4d8be2
sampler state tweaks
by keithw
· 17 years ago
f9a77a3
Fix user-defined clip planes. They seem to work properly now.
by Brian
· 17 years ago
6a13cae
re-enable compute_clipmask() call
by Brian
· 17 years ago
6998402
emit S4_VFMT_XYZ vs. S4_VFMT_XYZW as needed
by Brian
· 17 years ago
c89502b
Fixup include paths after rename
by Keith Whitwell
· 17 years ago
f93a360
Rename tgsi "core" directory
by Keith Whitwell
· 17 years ago
c50e054
track more vertex-related state changes
by Brian
· 17 years ago
7fe0934
added GL_STENCIL_INDEX8_EXT
by Brian
· 17 years ago
17598ad
fix-up stencil buffers
by Brian
· 17 years ago
ac8249d
check for null ptr in xm_buffer_unreference()
by Brian
· 17 years ago
440e794
Use vertex_info struct for softpipe - lots of clean-up.
by Brian
· 17 years ago
Next »