projects
/
profile
/
ivi
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/mesa.git
2009-12-02
Brian Paul
llvmpipe: execute shaders on 4x4 blocks instead of 8x2
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Brian Paul
llvmpipe: whitespace for readability
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Brian Paul
llvmpipe: added assertions
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Brian Paul
llvmpipe: simplify mask computation
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Brian Paul
llvmpipe: replace shifts with multiplies to be clearer
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Brian Paul
llvmpipe: make nr_blocks unsigned
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Brian Paul
llvmpipe: comments, reformatting and assertions in...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Brian Paul
progs/trivial: added two simple texture tests
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Brian Paul
llvmpipe: add a bunch of comments
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Brian Paul
llvmpipe: minor refactoring of bin rasterization code
commit
|
commitdiff
|
tree
|
snapshot
2009-11-30
Brian Paul
llvmpipe: update C_SOURCES
commit
|
commitdiff
|
tree
|
snapshot
2009-10-22
Keith Whitwell
llvmpipe: fix the worst of the depth regressions since...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Keith Whitwell
llvmpipe: remove one of two definitions of TILESIZE
commit
|
commitdiff
|
tree
|
snapshot
2009-10-21
Keith Whitwell
llvmpipe: remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Keith Whitwell
llvmpipe: minor opts to setup_tri
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Keith Whitwell
llvmpipe: move block list into rast struct
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Keith Whitwell
llvmpipe: build list of 4x4 blocks to be shaded
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Keith Whitwell
llvmpipe: recursive rasterization within a tile
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Keith Whitwell
llvmpipe: pass mask as a linear encoding of the 4x4...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Keith Whitwell
llvmpipe: precalculate some offsets
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Keith Whitwell
llvmpipe: remove a leftover 8x2 usage
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Keith Whitwell
llvmpipe: calculate masks in format desired by shader
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Keith Whitwell
llvmpipe: pre-multiply some constants by fixed_one
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
José Fonseca
llvmpipe: Reshape the shader input from 8x2 to 4x4.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Keith Whitwell
llvmpipe: fixed-point rasterization
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
José Fonseca
llvmpipe: Reset the pointer to stored jit context.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
José Fonseca
llvmpipe: Allocate the blend color from the data store...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Keith Whitwell
llvmpipe: correctly scale top/left fill adjustments
commit
|
commitdiff
|
tree
|
snapshot
2009-10-19
Keith Whitwell
llvmpipe: fix typo correcting for fill convention
commit
|
commitdiff
|
tree
|
snapshot
2009-10-18
José Fonseca
llvmpipe: Maintain a copy of the shader constants to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-10
José Fonseca
llvmpipe: Only invoke the shader if necessary.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Additional checks for binner block lists.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Use framebuffer coords consistently.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Fix type in tri bounding box check.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: fill in tri min/max values
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Remove partial tile override.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Undo debug override.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: properly clip tile writes
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Pass framebuffer coords to shader.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Tell setup shader inputs.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: correct binning maths for iterating over...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Get jit_context/jit_function across the raste...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: set block count/used values back to zero...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: just bin whole tiles for now
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: always call begin_binning on transition to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: add LP_DEBUG env var
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: initialize setup data store
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: initialize setup line/tri/point funcs
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Put jit_context in store.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: trivial/clear works
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: more debug
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Replace util_pack_color with straight float_t...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: debug, crash fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: fix crash on init
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: fix a couple of warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Add stub lp_setup_is_texture_referenced.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Pass state to setup.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
util: Force ESI register for cpuid's ebx result.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Eliminate constant mapping/unmapping.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: get lp_setup_tri building
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: use union lp_cmd_rast_arg directly, rather...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: hook up some state, add stub line and point...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
José Fonseca
llvmpipe: Follow write_color/write_zstencil.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: calculate overall width and height, pass...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Keith Whitwell
llvmpipe: more wip on coefficients
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: get lp_setup compiling
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: triangle struct owns its copy of shader inputs
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: work on clears and coefficients
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Remove quad headers.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Adjust interpolation coeffs declaration.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Call lp_rast_shade_quads from tri rasterizer.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: rast_tri updates
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Final adjustments to rasterizer methods.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: More assorted build fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Complete more rasterizer methods..
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Assorted build fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Implement some of the rasterizer functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: start cleaning up
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: remove some old sampler support structs
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Fix up lp_rast_shade_quads.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Remove dead files from SConscript.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Update lp_setup_clear invocation.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Update more copyright headers.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: remove tex tile cache and related code
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: rewrite llvmpipe_clear()
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: wip me harder
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Update includes and copyright headers.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Update SConscript.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
José Fonseca
llvmpipe: Add the rast -> jit shader glue.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: whip out the intra-tile code from lp_setup_tri.c
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: more wipping
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Keith Whitwell
llvmpipe: import experimental softpipe rasterizer code...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Vinson Lee
i915g: Fix MSVC build.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Brian Paul
softpipe: new comments
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Brian Paul
softpipe: whitespace and comment fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Brian Paul
softpipe: prefix non-static functions with sp_
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Joakim Sindholt
r300compiler: fix scons build again
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Nicolai Hähnle
Merge branch 'master' into r300g-glsl
commit
|
commitdiff
|
tree
|
snapshot
next