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
/
dri
/
i965
/
brw_context.h
Age
Commit message (
Expand
)
Author
2010-10-27
i965: Make FS uniforms be the actual type of the uniform at upload time.
Eric Anholt
2010-10-22
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-07
i965: Normalize cubemap coordinates like is done in the Mesa IR path.
Eric Anholt
2010-08-27
i965: When encountering an unknown opcode in new FS backend, print its name.
Eric Anholt
2010-08-26
i965: Start building 965 FS backend.
Eric Anholt
2010-08-22
i965: Fix up WM push constant setup on gen6.
Eric Anholt
2010-06-12
i965: Stream out CC unit state.
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: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-09
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-05-23
i965: Add support for all 8 possible ARB_draw_buffers in Mesa.
Eric Anholt
2010-05-16
i965: Remove the half-baked code for multiple OQs at the same time.
Eric Anholt
2010-05-16
i965: Remove unused occlusion query struct field.
Eric Anholt
2010-05-14
i965: Dump out the correct shared function for SEND on Ironlake.
Eric Anholt
2010-04-28
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-03-10
i965: Use the PLN instruction when possible in interpolation.
Eric Anholt
2010-02-25
i965: Add Sandybridge scissor state.
Eric Anholt
2010-02-25
i965: Set up the SNB URB.
Eric Anholt
2010-02-25
i965: Start adding support for the Sandybridge CC unit.
Eric Anholt
2010-02-06
i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
Eric Anholt
2010-01-19
intel: Remove dead note_fence vtbl hook.
Eric Anholt
2010-01-19
i965: Upload as many VS constants as possible through the push constants.
Eric Anholt
2010-01-19
i965: Allow for variable-sized auxdata in the state cache.
Eric Anholt
2010-01-04
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2009-12-22
intel: Replace IS_965 checks with context structure usage.
Eric Anholt
2009-12-22
intel: Replace IS_G4X() across the driver with context structure usage.
Eric Anholt
2009-11-19
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-19
i965: Pack brw_wm_fragment_program better.
Eric Anholt
2009-11-17
Merge branch 'outputswritten64'
Ian Romanick
2009-11-13
i965: Remove an unused cache_item field.
Eric Anholt
2009-11-13
i965: Remove long dead structures for ffvertex_prog.c.
Eric Anholt
2009-11-06
i965: Always pass the size argument to brw_cache_data.
Eric Anholt
2009-10-29
i965: define, use BRW_MAX_DRAW_BUFFERS
Brian Paul
2009-10-27
Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"
Brian Paul
2009-10-22
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2009-10-22
i965: remove unused brw_context::tmp_fallback field
Brian Paul
2009-10-22
i965: remove unused BRW_FALLBACK_TEXTURE bit
Brian Paul
2009-09-28
intel: Remove some dead metaops code.
Eric Anholt
2009-09-09
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-08
i965: fix incorrect test for vertex position attribute
Brian Paul
2009-09-04
i965: Calculate enabled[] and nr_enabled once and re-use the values.
Eric Anholt
2009-08-26
i965: keep track of which texture units the fragment shader accesses
Brian Paul
2009-08-12
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
2009-08-07
i965: minor context comments
Brian Paul
[next]