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.c
Age
Commit message (
Expand
)
Author
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: Disable emitting if () statements on gen6 until we really fix them.
Eric Anholt
2010-09-22
intel: Fix GL_ARB_shading_language_120 commit
Kristian Høgsberg
2010-09-21
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-17
glsl2: Add flags to enable variable index lowering
Ian Romanick
2010-09-13
i965: Request that returns be lowered in shader main
Ian Romanick
2010-09-09
glsl2: Add EmitNoNoise flag, use it to remove noise opcodes
Ian Romanick
2010-09-08
glsl: make compiler options per-target
Luca Barbieri
2010-08-20
i965: Set the maximum number of threads on Sandybridge.
Zhenyu Wang
2010-08-20
i965: Sandybridge doesn't have Compr4 mode, since it's not needed any more.
Zhenyu Wang
2010-06-23
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-12
i965: Remove unnecessary header.
Vinson Lee
2010-06-11
i965: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-10
i965: remove UseProgram driver callback
Brian Paul
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
i965: remove UseProgram driver callback
Brian Paul
2010-06-09
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-05-16
i965: Remove the half-baked code for multiple OQs at the same time.
Eric Anholt
2010-05-11
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-04-28
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-21
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-03-10
i965: Use the PLN instruction when possible in interpolation.
Eric Anholt
2010-02-25
i965: Don't include SNB in has_negative_rhw_bug.
Eric Anholt
2010-02-25
i965: Fix up the VF stats packet header.
Eric Anholt
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-01-25
i965: Fix build after merge of mesa stable branch.
Eric Anholt
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
i965: Remove unnecessary headers.
Vinson Lee
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-12-10
intel: Attempt to fix up after "Update vertex texture code."
Eric Anholt
2009-12-01
mesa: Update vertex texture code after gallium changes.
Michal Krol
2009-10-29
i965: define, use BRW_MAX_DRAW_BUFFERS
Brian Paul
2009-09-24
i965: Emit zero initialization for NV VP temporaries as required.
Eric Anholt
2009-09-02
Revert "i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buf...
Eric Anholt
2009-08-28
i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.
Eric Anholt
2009-08-26
i965: Increase assmebly shader program parameter limits
Ian Romanick
2009-08-26
ARB prog: Change handling of program parameter limits
Ian Romanick
2009-04-22
intel: fix max anisotropy supported
Roland Scheidegger
2009-02-16
i965: tell GLSL compiler to emit code using condition codes
Brian Paul
2009-02-02
i965: Remove brw->attribs now that we can just always look in the GLcontext.
Eric Anholt
2009-02-02
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-01-30
i965: bump texture limit to 4kx4k
Keith Packard
2009-01-14
i965: allow larger AA points on fallback path
Brian Paul
2009-01-01
i965: increase number of texture samplers to 16
Brian Paul
2008-11-21
i915: Don't overwrite i915's Viewport function from generic code.
Eric Anholt
2008-10-28
i965: Fix check_aperture calls to cover everything needed for the prim at once.
Eric Anholt
2008-10-07
i965: Add ARB_occlusion_query support.
Eric Anholt
[next]