index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.
Brian
2007-05-09
1
-13
/
+14
*
just clean-ups
Brian
2007-04-16
1
-23
/
+24
*
remove _tnl_arb_vertex_program_stage
Brian
2007-04-16
1
-1
/
+0
*
i915: Bring test for vsync to pipe B in line with i915tex.
Michel Dänzer
2007-04-10
1
-1
/
+1
*
include points.h to fix warnings
Brian
2007-04-05
1
-0
/
+1
*
i810/i915/i915tex: reinitialize the context point state
Xiang, Haihao
2007-04-04
1
-0
/
+5
*
Restore the UseTexEnvProgram logic.
Brian
2007-03-27
3
-2
/
+3
*
merge from master
Brian
2007-03-21
3
-3
/
+3
|
\
|
*
fix off-by-one in load_state_immediate
Keith Whitwell
2007-03-18
2
-2
/
+2
|
*
fix typo in subrect_disable packet
Keith Whitwell
2007-03-18
1
-1
/
+1
*
|
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-09
1
-1
/
+1
|
\
|
|
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-2
/
+1
|
*
fix for bug#10182
Xiang, Haihao
2007-03-06
1
-1
/
+2
*
|
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
5
-13
/
+11
*
|
Merge branch 'origin' into glsl-compiler-1
Brian
2007-02-22
3
-10
/
+13
|
\
|
|
*
Merge branch 'vbo-0.2'
Keith Whitwell
2007-02-02
2
-6
/
+7
|
|
\
|
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
6
-10
/
+15
|
|
|
\
|
|
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
6
-31
/
+61
|
|
*
|
switch several dri drivers over
Keith Whitwell
2006-10-30
2
-6
/
+7
|
*
|
|
Fix fd.o #9686, when fall into vertex fog,
Zou Nan hai
2007-02-02
1
-4
/
+6
|
|
|
/
|
|
/
|
*
/
|
vertex/fragment program field changes
Brian
2006-12-15
2
-3
/
+2
|
/
/
*
|
remove assertions to match i915tex code (bug 8726)
Brian Paul
2006-11-27
1
-2
/
+0
*
|
Fix fragment program fog problems found with Glean.
Brian Paul
2006-11-02
1
-1
/
+12
*
|
Call _mesa_problem() from i915_program_error() so we get a nice error message.
Brian Paul
2006-11-02
1
-4
/
+1
*
|
remove GetBufferSize = NULL; assignment
Brian Paul
2006-11-02
1
-1
/
+0
*
|
Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often
Brian Paul
2006-11-02
2
-2
/
+2
*
|
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
2
-5
/
+3
*
|
Don't use the x/y/width/height params passed to Clear(). Get them
Brian Paul
2006-11-01
4
-29
/
+58
*
|
fix compiler warnings
Keith Whitwell
2006-11-01
1
-0
/
+1
*
|
Patch from <
[email protected]
> -- pass program string
Keith Whitwell
2006-11-01
1
-0
/
+2
|
/
*
remove obsolete intelBufferSize(), bump driver date
Brian Paul
2006-10-17
1
-23
/
+2
*
Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...
Brian Paul
2006-10-16
1
-0
/
+1
*
Updates to intelWindowMoved():
Brian Paul
2006-10-16
1
-6
/
+8
*
minor clean-up: s/intel->driDrawable/dPriv/
Brian Paul
2006-10-15
1
-1
/
+1
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
2
-13
/
+0
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-10-10
4
-1
/
+21
*
i915: Fix wait for scheduled swap on secondary display.
Michel Dänzer
2006-09-29
1
-0
/
+5
*
Synchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer
2006-09-28
1
-0
/
+30
*
Add new I830 SAREA fields.
Michel Dänzer
2006-09-28
1
-0
/
+15
*
i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.
Michel Dänzer
2006-09-28
1
-0
/
+4
*
i915: Attempt to schedule buffer swap on target vertical blank when possible.
Michel Dänzer
2006-09-28
2
-79
/
+122
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
1
-1
/
+2
*
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
1
-19
/
+44
*
remove extra indentation
Brian Paul
2006-09-22
1
-98
/
+98
*
Fix a leak of the screen's option cache on cleanup (copied from radeon).
Eric Anholt
2006-09-07
1
-0
/
+3
*
fix the presumably broken check for the allow_large_textures and vblank_mode ...
Roland Scheidegger
2006-09-01
3
-3
/
+3
*
remove unused var
Brian Paul
2006-08-28
1
-1
/
+0
*
fix the check for force_s3tc_enable (bug 8042)
Brian Paul
2006-08-28
1
-1
/
+1
*
Fix bug 8010 - locking issues.
Alan Hourihane
2006-08-26
1
-4
/
+2
[next]