index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Age
Commit message (
Expand
)
Author
2008-09-04
softpipe: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-03
cell: flush rendering to current surfaces before installing new ones
Brian Paul
2008-09-03
cell: update comments, fix typos
Brian Paul
2008-09-03
cell: change context type passed to cell_flush_int()
Brian Paul
2008-09-03
cell: replace assert() with special spu ASSERT() macro
Brian Paul
2008-09-03
cell: add pipe_texture_reference() call in cell_get_tex_surface()
Brian Paul
2008-09-03
cell: updated assertion
Brian Paul
2008-09-03
cell: comments
Brian Paul
2008-09-03
cell: fix texture/surface allocation to allocate by multiple of tile size
Brian Paul
2008-09-03
cell: add -DDEBUG flag, fixes to Cell Makefiles
Brian Paul
2008-09-03
cell: add missing cell_tex_surface_release()
Brian Paul
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-02
i915: Small fixes for tiled textures
Jakob Bornecrantz
2008-08-25
cell: asst fixes to get driver building/running again.
Brian
2008-08-25
gallium: Add missing includes.
Michal Krol
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-23
trace: Include u_string.h.
Michal Krol
2008-08-22
gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header
Brian Paul
2008-08-22
gallium: replace align_int() with align()
Brian Paul
2008-08-22
gallium: stop using ifloor(), FABSF(), etc
Brian Paul
2008-08-22
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-08-22
trace: Don't trace texture/surfaces releases, only destructions.
José Fonseca
2008-08-22
trace: Use a 4 hexadecimal digit suffix.
José Fonseca
2008-08-21
trace: Hack to detect writes to user buffers.
José Fonseca
2008-08-21
trace: Split the output stream on windows.
José Fonseca
2008-08-20
gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.
Brian Paul
2008-08-19
gallium: fix do_flip bug in sp_surface_copy()
Brian Paul
2008-08-19
trace: Fix pipe_clip_state dump.
José Fonseca
2008-08-19
trace: Support C++.
José Fonseca
2008-08-18
trace: Explain how to integrate with a state tracker or winsys.
José Fonseca
2008-08-18
trace: Preliminary stream implementation for GDI.
José Fonseca
2008-08-18
trace: Use long longs to ensure covering 64bits integers.
José Fonseca
2008-08-18
trace: Get the trace file from the GALLIUM_TRACE option itself.
José Fonseca
2008-08-15
trace: Fix typo.
José Fonseca
2008-08-15
trace: Wrap all textures and surface created by the pipe driver.
José Fonseca
2008-08-15
trace: Allow multiple screens. Flush after call.
José Fonseca
2008-08-15
trace: Several fixes.
José Fonseca
2008-08-15
trace: Trace surface contents.
José Fonseca
2008-08-15
trace: Make stream a global variable.
José Fonseca
2008-08-14
trace: Update status.
José Fonseca
2008-08-14
trace: Separate the trace screen/context vs the original screen/context.
José Fonseca
2008-08-14
check for winsys->destroy before calling
Alan Hourihane
2008-08-13
i915: Swap meanings of KIL and KILP.
Michal Krol
2008-08-13
cell: KILP is a predicated discard, KIL is a conditional discard.
Michal Krol
2008-08-12
trace: More dump fixes.
José Fonseca
2008-08-12
trace: Fix create_blend_state dump.
José Fonseca
2008-08-12
trace: Dump polygon stipple state as an array.
José Fonseca
2008-08-12
trace: Fix create_depth_stencil_alpha_state trace.
José Fonseca
2008-08-12
trace: Dump pipe_{depth,stencil,alpha}_state names.
José Fonseca
2008-08-12
trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write
José Fonseca
[next]