Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
12ab5f97013e398b9f6485b97d6691c3c170447a
12ab5f9
gallium: change draw_vertex_shader->state from pointer to struct
by Brian
· 17 years ago
ba75e82
tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.
by Michal Krol
· 17 years ago
e5b1a53
tgsi: Dump TXP opcode.
by Michal Krol
· 17 years ago
8901a46
gallium: Generic handle table.
by José Fonseca
· 17 years ago
a2ea51e
gallium: Change assert behavior on runtime (Mark Mueller).
by José Fonseca
· 17 years ago
70ae7f0
tgsi: Introduce OPCODE_TXP. Depricate ExdDivide field.
by Michal Krol
· 17 years ago
4f17bd2
scons: Faithfully mimic every WINDDK builtin compiler/linker option.
by José Fonseca
· 17 years ago
8fd633b
gallium: reduce signed/unsigned warnings
by Keith Whitwell
· 17 years ago
98ae83d
gallium: Add TEX_FILTER_ANISO img filter
by Keith Whitwell
· 17 years ago
feb0208
tgsi: Dump source register divide component.
by Michal Krol
· 17 years ago
221adbd
cell: check for NULL shader pointer in cell_bind_vs_state()
by Brian
· 17 years ago
7aa34eb
gallium: dummy install target
by Brian
· 17 years ago
339e7ec
gallium: rework CSO-related code in state tracker
by Brian
· 17 years ago
21ff003
gallium: Silence MSVC warnings.
by José Fonseca
· 17 years ago
45c5989
gallium: Conditional debugging output.
by José Fonseca
· 17 years ago
130b315
tgsi: Map OPCODE_TEXKILL to OPCODE_KILP.
by Michal Krol
· 17 years ago
34a0ac7
gallium: fix some cso_state_callback cast warnings
by Brian
· 17 years ago
30fab81
gallium: fix fs/vs typo in cso_set_vertex_shader()
by Brian
· 17 years ago
5038c20
draw: don't free our copy of the render stage -- just borrowing it from vbuf stage
by Keith Whitwell
· 17 years ago
ff3c7a3
gallium: missing file
by Keith Whitwell
· 17 years ago
be9a245
fix double deletion
by Zack Rusin
· 17 years ago
d9d2ca7
fix compilation
by Zack Rusin
· 17 years ago
c813b54
fix Height2/Depth2 init problem when using texture borders
by Brian
· 17 years ago
7585b4c
gallium: disable an unneeded assertion (hit with texwrap.c)
by Brian
· 17 years ago
b152566
Move SPE register allocator to rtasm code
by Ian Romanick
· 17 years ago
297b3be
draw: placeholder/prototype code for a passthrough draw path
by Keith Whitwell
· 17 years ago
d08cd68
mesa: fast-track glColor and similar calls when not immediate mode rendering
by Keith Whitwell
· 17 years ago
7375369
gallium: fix compiler warning
by Keith Whitwell
· 17 years ago
3f5b9f4
gallium: use the same bypass_clipping logic on all vs paths
by Keith Whitwell
· 17 years ago
6d5ee6d
gallium: enable bug workaround in draw_vertex_cache_invalidate
by Keith Whitwell
· 17 years ago
d5692cb
gallium: new surface/context tracker (sct) module
by Brian
· 17 years ago
5b82d55
cell: sync up with sampler/texture state-setting changes
by Brian
· 17 years ago
3102268
gallium: Use hardcoded breakpoints on x86 targets.
by José Fonseca
· 17 years ago
34497ea
Some notes about debugging
by José Fonseca
· 17 years ago
01bd21e
gallium: Import Dennis Smit cpu detection code.
by José Fonseca
· 17 years ago
b721bc8
gallium: WinCE portability fixes.
by José Fonseca
· 17 years ago
b041dbe
gallium: avoid deleting currently-bound CSO's on cache destruction
by Keith Whitwell
· 17 years ago
aff4cf1
draw: cope with binding NULL vertex shader (on context delete, for instance)
by Keith Whitwell
· 17 years ago
d8d6569
cso: fix line endings
by Keith Whitwell
· 17 years ago
ac87bc1
cso: Use MALLOC
by Keith Whitwell
· 17 years ago
5d802d8
cso: add a higher-level interface which does all pipe interactions to set a given state
by Keith Whitwell
· 17 years ago
99691f3
gallium: add some commonly implemented bits of hw state
by Keith Whitwell
· 17 years ago
5d1fc69
scons: Ensure the paths to the WINDDK's executables are found before the MSVC ones.
by José Fonseca
· 17 years ago
fc96aec
gallium: Document debug_printf usage.
by José Fonseca
· 17 years ago
8143ada
gallium: Surround externs with extern "C".
by Michal Krol
· 17 years ago
4528287
gallium: michel's patch to rework texture/sampler binding interface
by Keith Whitwell
· 17 years ago
b1922de
gallium: Use custom vsnprintf in WINDDK.
by José Fonseca
· 17 years ago
5aa1082
scons: Preliminary code for quieting command lines.
by José Fonseca
· 17 years ago
19cc2e3
draw: dont' compute clipmask or apply viewport when not clipping (rename bypass_clipping to coords_in_window_space?
by Keith Whitwell
· 17 years ago
e2a91c2
gallium: Add missing file for scons build.
by Michel Dänzer
· 17 years ago
5b9b5c8
gallium: Fix scons condition for building the xlib winsys.
by Michel Dänzer
· 17 years ago
1cd2623
gallium: Make scons build gallivm before other auxiliary modules.
by Michel Dänzer
· 17 years ago
72c9d4a
gallium: Only use C++ compiler for linking when using LLVM.
by Michel Dänzer
· 17 years ago
9a76798
scons: Force C++ linkage.
by José Fonseca
· 17 years ago
13174c1
scons: Make command line arguments effective again.
by José Fonseca
· 17 years ago
689e1c5
win32: don't prepend all debug with gallium3d
by Keith Whitwell
· 17 years ago
800d13d
draw: add fetch for bgra ubyte surfaces
by Keith Whitwell
· 17 years ago
9506ac8
gallium: remove obsolete comment
by Keith Whitwell
· 17 years ago
f4e91c3
gallium: document user_buffer_create a little
by Keith Whitwell
· 17 years ago
a9c40f8
refactor code calling builtins and implement dp4
by Zack Rusin
· 17 years ago
17f543f
make the first builtin work (dp3)
by Zack Rusin
· 17 years ago
e884c7e
start implementing start of bultins
by Zack Rusin
· 17 years ago
07d6347
gallium: change st->state.sampler_texture[] to store pipe_texture pointers
by Brian Paul
· 17 years ago
c8bca8d
gallium: fix update_textures() bug in pipe_texture binding logic
by Brian Paul
· 17 years ago
5240ceb
gallium: fix line emit order for unfilled tris
by Brian Paul
· 17 years ago
6da943d
gallium: point rast coord tweak
by Brian Paul
· 17 years ago
b8ee90e
gallium: need precalc_flat=1 for wide lines
by Brian Paul
· 17 years ago
4d22330
scons: List sp_screen.c.
by Michal Krol
· 17 years ago
2a121e8
gallium: tweak coords for wide lines
by Brian Paul
· 17 years ago
0b47eb4
gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is needed
by Brian Paul
· 17 years ago
a41b77f
gallium: added pipe_get/put_tile_z() functions
by Brian Paul
· 17 years ago
78220aea
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstipple stages
by Brian
· 17 years ago
ebe3b34
cell: convert all points/lines to tris for the time being
by Brian
· 17 years ago
6144c2b
cell: remove obsolete texture field
by Brian
· 17 years ago
370eca1
Added calibrate_rast.c program
by Brian
· 17 years ago
b233b1e
gallium: new wide point/line stages (missed in prev commit)
by Brian Paul
· 17 years ago
a1a1395
gallium: split draw_wide_prim stage into separate point/line stages.
by Brian Paul
· 17 years ago
7012658
gallium: fix surface/texture format conversion in st_CopyPixels
by Brian Paul
· 17 years ago
01e53be
gallium: added a texture format sanity check/assertion in st_texture_create()
by Brian Paul
· 17 years ago
476cc93
galliums: s/uint/enum pipe_format/
by Brian Paul
· 17 years ago
9a264a0
gallium: in GL_SELECT mode, update hitflag in rasterpos
by Brian Paul
· 17 years ago
e280bd5
gallium: Fix MSVC warnings.
by José Fonseca
· 17 years ago
626b8d1
Make sure struct pipe_screen is declared.
by Michel Dänzer
· 17 years ago
10d83df
gallium: State tracker cleanups wrt clears.
by Keith Whitwell
· 17 years ago
2573f0e
Convert crlf->lf line endings.
by José Fonseca
· 17 years ago
2d8d472
Disable autocrlf on Visual Studio project files.
by José Fonseca
· 17 years ago
5c0a089
gallium: Remove extra level of indirecttion.
by José Fonseca
· 17 years ago
510bc35
gallium: Fix sign/unsign comparison.
by José Fonseca
· 17 years ago
be2c419
gallium: Convert CRLF -> LF.
by Jose Fonseca
· 17 years ago
d8bf051
gallium: remove unneeded pipe ptr from pipe_texture
by Brian
· 17 years ago
1774b17
gallium: added draw_num_vs_outputs() to query number of post-transform vertex attribs
by Brian
· 17 years ago
627efca
gallium/i965: remove more dependencies on pipe_shader_state semantic info
by Brian
· 17 years ago
46da2f4
gallium/i965: added const to silence warning
by Brian
· 17 years ago
308f11f
scons: Build mesa source with c99.
by José Fonseca
· 17 years ago
d612b6f
cell: fix minor get_tex_surface() breakage
by Brian
· 17 years ago
dacf91f
gallium/i965: remove brw_shader_info struct
by Brian
· 17 years ago
f504d87
gallium/i965: silence warnings
by Brian
· 17 years ago
7ba1afb
gallium/i965: added const to silence warnings
by Brian
· 17 years ago
bad54d0
gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info instead
by Brian
· 17 years ago
ea7e86d
gallium/i965: remove dependencies on pipe_shader_state's semantic info
by Brian
· 17 years ago
Next »