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
/
i915
Age
Commit message (
Expand
)
Author
2006-11-02
Fix fragment program fog problems found with Glean.
Brian Paul
2006-11-02
Call _mesa_problem() from i915_program_error() so we get a nice error message.
Brian Paul
2006-11-02
remove GetBufferSize = NULL; assignment
Brian Paul
2006-11-02
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-11-01
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
Don't use the x/y/width/height params passed to Clear(). Get them
Brian Paul
2006-11-01
fix compiler warnings
Keith Whitwell
2006-11-01
Patch from <haihao.xiang@intel.com> -- pass program string
Keith Whitwell
2006-10-17
remove obsolete intelBufferSize(), bump driver date
Brian Paul
2006-10-16
Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...
Brian Paul
2006-10-16
Updates to intelWindowMoved():
Brian Paul
2006-10-15
minor clean-up: s/intel->driDrawable/dPriv/
Brian Paul
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-10
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-09-29
i915: Fix wait for scheduled swap on secondary display.
Michel Dänzer
2006-09-28
Synchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer
2006-09-28
Add new I830 SAREA fields.
Michel Dänzer
2006-09-28
i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.
Michel Dänzer
2006-09-28
i915: Attempt to schedule buffer swap on target vertical blank when possible.
Michel Dänzer
2006-09-28
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-22
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
remove extra indentation
Brian Paul
2006-09-07
Fix a leak of the screen's option cache on cleanup (copied from radeon).
Eric Anholt
2006-09-01
fix the presumably broken check for the allow_large_textures and vblank_mode ...
Roland Scheidegger
2006-08-28
remove unused var
Brian Paul
2006-08-28
fix the check for force_s3tc_enable (bug 8042)
Brian Paul
2006-08-26
Fix bug 8010 - locking issues.
Alan Hourihane
2006-08-18
Fix writemasks on texture arb fp instructions.
Alan Hourihane
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-06-15
Call _mesa_resize_framebuffer() within intelWindowMoved(). Fixes
Keith Whitwell
2006-06-12
fire vertices before context destruction.
Alan Hourihane
2006-05-23
Add const qualifiers in a number of places.
Brian Paul
2006-05-23
prototype i915_udpate_fog() to silence warning
Brian Paul
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-05-05
remove temporary code from keithw, this in theory isn't used at the moment
Dave Airlie
2006-05-05
Fix i915 driver after stencil changes in Mesa 6.5
Dave Airlie
2006-04-11
More GLSL code:
Michal Krol
2006-04-07
Fix some warnings on x86_64
Alan Hourihane
2006-04-06
update a couple MESA_FORMAT_Zxxx occurances
Brian Paul
2006-04-06
Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.
Brian Paul
2006-04-05
add tiling/fence support for the miniglx driver
Dave Airlie
2006-04-05
don't waste the reserved memory, take an approximation of the pool
Dave Airlie
2006-04-04
We always have a back buffer. Fixes visual problems.
Alan Hourihane
2006-04-03
add miniglx sources to i915
Dave Airlie
2006-04-03
add pitch support and use new Width
Dave Airlie
2006-04-01
Don't index box by the box's index within numClipRects; just dereference it.
Eric Anholt
2006-04-01
Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,
Eric Anholt
2006-03-31
Dave Reveman's patch for GLX_MESA_copy_sub_buffer support
Brian Paul
2006-03-30
The pitches of the driRenderbuffers are in bytes, so no need to multiply by cpp.
Eric Anholt
[next]