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
/
mesa
/
drivers
Age
Commit message (
Expand
)
Author
2010-06-11
r300/compiler: Fix warning.
Tom Stellard
2010-06-11
r300/compiler: Handle SGT and SLE at the beginning of loops.
Tom Stellard
2010-06-11
r300/compiler: Verify assumptions about opcode types.
Tom Stellard
2010-06-11
r300/compiler: Unroll loops that decrement the counter.
Tom Stellard
2010-06-11
r300/compiler: Unroll loops that have a constant number of iterations.
Tom Stellard
2010-06-11
r300/compiler: Implement simple loop emulation
Tom Stellard
2010-06-11
i965: Remove the surface key used to generate constant surfaces.
Eric Anholt
2010-06-11
i965: Warning fixes from the i965-streaming merge.
Eric Anholt
2010-06-11
i965: Use the state base address to avoid relocations.
Eric Anholt
2010-06-11
i965: GC the last two arguments to brw_cache_data.
Eric Anholt
2010-06-11
i965: Remove brw_state_cache_bo_delete now that it's unused again.
Eric Anholt
2010-06-11
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-11
i965: Add support for streaming indirect state rather than caching objects.
Eric Anholt
2010-06-11
i965: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-11
i965: Update old comment about state cache sizing.
Eric Anholt
2010-06-11
i965: Move no_batch_wrap assertion out across the area we're trying to verify.
Eric Anholt
2010-06-10
i965: remove UseProgram driver callback
Brian Paul
2010-06-10
intel: Remove unnecessary header.
Vinson Lee
2010-06-10
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-09
intel: Use the blitter to upload TexSubImage data to busy textures.
Eric Anholt
2010-06-09
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-08
intel: Flag NEW_BUFFERS when changing draw buffers.
Eric Anholt
2010-06-08
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
intel: Clean up stale comments in intel_batchbuffer.c.
Eric Anholt
2010-06-08
intel: Remove the non-gem paths for batchbuffer upload.
Eric Anholt
2010-06-08
intel: Update comment in intel_tex_copy from before miptree x/y rework.
Eric Anholt
2010-06-08
r600: Make next_inst() static.
Henri Verbeet
2010-06-08
r600: Assert output registers have a valid export index.
Henri Verbeet
2010-06-08
r600: Process exports for all written fragment outputs.
Henri Verbeet
2010-06-08
r600: Fill uiFP_OutputMap for all written fragment outputs.
Henri Verbeet
2010-06-05
r300compiler: fix scons build
Joakim Sindholt
2010-06-05
i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.
Chris Wilson
2010-06-05
i915: Fix off-by-one for drawing rectangle.
Chris Wilson
2010-06-05
i915: Inhibit render cache flush when changing drawing rectangle offset.
Chris Wilson
2010-06-05
r300/compiler: implement SIN+COS+SCS for vertex shaders
Marek Olšák
2010-06-05
r300/compiler: implement SNE unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2010-06-05
r300/compiler: implement SEQ unwound for r3xx VS, natively for r5xx VS
Marek Olšák
2010-06-05
r300/compiler: implement SFL for vertex shaders
Marek Olšák
2010-06-04
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
2010-06-04
i915: Clamp minimum lod to maximum texture level too.
Eric Anholt
2010-06-04
intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.
Eric Anholt
2010-06-03
r300/compiler: print opcode names instead of numbers
Marek Olšák
2010-06-02
dri/swrast: Remove unnecessary header.
Vinson Lee
2010-06-02
intel: Remove a leftover DRI1/DRI2 conditional
Kristian Høgsberg
2010-06-01
intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA
Kristian Høgsberg
2010-05-31
swrast: add TFP support to swrast.
Dave Airlie
2010-05-31
gallium: fix TFP on gallium
Dave Airlie
[next]