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
Age
Commit message (
Expand
)
Author
2011-02-22
i965: Fix shaders that write to gl_PointSize on Sandybridge.
Kenneth Graunke
2011-02-22
i965: Trim the interleaved upload to the minimum number of vertices
Chris Wilson
2011-02-22
i965: Reinstate max-index paranoia
Chris Wilson
2011-02-22
i965: Zero the offset into the vbo when uploading non-interleaved
Chris Wilson
2011-02-21
i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.
Eric Anholt
2011-02-21
i965: Remove spurious duplicate ADVANCE_BATCH
Chris Wilson
2011-02-21
i965: Use compiler builtins when available
Chris Wilson
2011-02-21
i965: Micro-optimise check_state
Chris Wilson
2011-02-21
i965: Remove unused 'next_free_page' member
Chris Wilson
2011-02-21
intel: extend current vertex buffers
Chris Wilson
2011-02-21
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
i965: Clean up brw_prepare_vertices()
Chris Wilson
2011-02-21
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
i965: upload normal arrays as interleaved
Chris Wilson
2011-02-21
i965: interleaved vbo
Chris Wilson
2011-02-21
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
i965: upload transient indices into the same discontiguous buffer
Chris Wilson
2011-02-21
i965: suppress repeat-emission of identical vertex elements
Chris Wilson
2011-02-21
i965: Move repeat-instruction-suppression to batchbuffer core
Chris Wilson
2011-02-21
intel: use pwrite for batch
Chris Wilson
2011-02-21
i965: drop state_bo references to batch_bo
Chris Wilson
2011-02-21
i965: directly write wm state to batch
Chris Wilson
2011-02-21
i965: write cc straight to batch
Chris Wilson
2011-02-21
i965: switch gen6 to use its own cc state bo
Chris Wilson
2011-02-21
intel: Buffered upload
Chris Wilson
2011-02-21
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
Chris Wilson
2011-02-21
i965: Fallback on encountering a NULL render buffer
Chris Wilson
2011-02-08
i965: Add missing DEFINE_BITS for brw dirty bits.
Kenneth Graunke
2011-02-08
i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
Kenneth Graunke
2011-02-08
i965: Rename a few more commands to match the documentation.
Kenneth Graunke
2011-02-08
i965: Remove pointless keying of WM state on VUE size.
Eric Anholt
2011-02-05
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-04
i965: Drop the dead tracking of color_regions[].
Eric Anholt
2011-02-04
i965: Drop the INTEL_DEBUG=state spam about the cache size check.
Eric Anholt
2011-01-31
i965: Emit texel offsets in sampler messages.
Kenneth Graunke
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-23
i965: remove _NEW_ACCUM
Brian Paul
2011-01-21
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2011-01-20
intel: Fix typeos from 3d028024 and 790ff232
Ian Romanick
2011-01-20
i965: Set correct values for range/precision of fragment shader types
Ian Romanick
2011-01-19
i965/fs: Take the shared mathbox into account in instruction scheduling.
Eric Anholt
2011-01-19
i965/fs: Add a helper function for detecting math opcodes.
Eric Anholt
2011-01-19
i965/fs: Assign URB/CURB register numbers after instruction scheduling.
Eric Anholt
2011-01-19
i965/fs: Add an instruction scheduler.
Eric Anholt
2011-01-19
i965/fs: Add a helper for detecting texturing opcodes.
Eric Anholt
2011-01-18
i965: Fix a comment typo.
Eric Anholt
2011-01-18
i965: Fix a bug in i965 compute-to-MRF.
Eric Anholt
2011-01-17
i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.
Eric Anholt
[next]