index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
2
-4
/
+7
|
\
|
*
i965: fix hacked Fallback usage in brw_prepare_vertices()
Brian Paul
2009-10-22
2
-2
/
+6
|
*
i965: remove unused brw_context::tmp_fallback field
Brian Paul
2009-10-22
1
-1
/
+0
|
*
i965: remove unused BRW_FALLBACK_TEXTURE bit
Brian Paul
2009-10-22
1
-1
/
+1
*
|
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-1
/
+0
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-14
1
-3
/
+3
|
\
|
|
*
i965: Fix the last valid address setting for the index buffer.
Eric Anholt
2009-10-11
1
-1
/
+1
|
*
i965: Fix the bounds emitted in the vertex buffer packets.
Eric Anholt
2009-10-11
1
-2
/
+2
*
|
i965: remove unused var
Brian Paul
2009-10-12
1
-1
/
+0
*
|
i965: Use bo_references for the state cache delete function.
Eric Anholt
2009-10-08
1
-17
/
+3
*
|
i965: Use a little stack space to avoid a malloc in wm_get_binding_table.
Eric Anholt
2009-10-02
1
-3
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-01
2
-0
/
+50
|
\
|
|
*
i965: Fix massive memory allocation for streaming texture usage.
Eric Anholt
2009-09-30
2
-0
/
+50
*
|
intel: Drop my generatemipmap code in favor of the new shared code.
Eric Anholt
2009-09-28
2
-2
/
+0
*
|
intel: Remove some dead metaops code.
Eric Anholt
2009-09-28
4
-49
/
+2
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-25
3
-18
/
+5
|
\
|
|
*
i965: Clean up some mess with the batch cache.
Eric Anholt
2009-09-24
3
-18
/
+5
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
3
-2
/
+4
|
\
|
|
*
i965: Emit zero initialization for NV VP temporaries as required.
Eric Anholt
2009-09-24
1
-0
/
+1
|
*
i965: Remove assert about NV_vp now that it somewhat works.
Eric Anholt
2009-09-24
1
-2
/
+0
|
*
i965: Load NV program matrices when required.
Eric Anholt
2009-09-24
1
-0
/
+3
|
*
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-10
1
-1
/
+1
*
|
i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.
Eric Anholt
2009-09-11
5
-102
/
+126
*
|
i965: Enable loops in the VS.
Eric Anholt
2009-09-10
1
-15
/
+38
*
|
i965: Fix relocation delta for WM surfaces.
Eric Anholt
2009-09-09
1
-1
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
3
-1
/
+4
|
\
|
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
3
-1
/
+4
|
|
\
|
|
*
i965: fix incorrect test for vertex position attribute
Brian Paul
2009-09-08
3
-1
/
+4
|
|
*
intel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt
2009-09-04
1
-0
/
+1
|
|
*
intel: Update Mesa state before span setup in glReadPixels.
Eric Anholt
2009-09-04
1
-0
/
+1
|
|
*
i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
Eric Anholt
2009-09-04
1
-2
/
+4
|
|
*
intel: Align cubemap texture height to its padding requirements.
Eric Anholt
2009-09-04
1
-0
/
+10
|
|
*
i965: Fix source depth reg setting for FSes reading and writing to depth.
Eric Anholt
2009-09-04
3
-1
/
+5
|
|
*
i965: Respect CondSwizzle in OPCODE_IF.
Eric Anholt
2009-09-04
1
-1
/
+21
|
|
*
i965: asst clean-ups, etc in brw_vs_emit()
Brian Paul
2009-09-04
1
-11
/
+10
|
|
*
i965: Emit conditional code updates as required for GLSL VS if statements.
Eric Anholt
2009-09-04
1
-0
/
+13
|
|
*
i965: Spell "conditional" correctly.
Eric Anholt
2009-09-04
3
-15
/
+15
|
|
*
i965: Fix RECT shadow sampling by not losing the other texcoords.
Eric Anholt
2009-09-04
1
-1
/
+5
|
|
*
i965: Assert that the offset in the VBO is below the VBO size.
Eric Anholt
2009-09-04
1
-0
/
+14
|
|
*
i965: Even if no VS inputs are set, still load some amount of URB as required.
Eric Anholt
2009-09-04
1
-0
/
+11
|
|
*
i965: Make sure the VS URB size is big enough to fit a VF VUE.
Eric Anholt
2009-09-04
1
-1
/
+8
|
|
*
i965: Don't emit bad packets when no VBs are referenced.
Eric Anholt
2009-09-04
1
-0
/
+22
|
|
*
i965: Calculate enabled[] and nr_enabled once and re-use the values.
Eric Anholt
2009-09-04
2
-29
/
+18
|
|
*
i965: Set the max index buffer address correctly according to the docs.
Eric Anholt
2009-09-04
1
-1
/
+1
|
|
*
i965: rename var: s/tmp/vs_inputs/
Brian Paul
2009-09-04
1
-8
/
+8
|
|
*
i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.
Eric Anholt
2009-07-20
1
-1
/
+2
|
|
*
i965: fix fetching constants from constant buffer in glsl path
Roland Scheidegger
2009-07-04
4
-17
/
+16
|
|
*
i965: Remove bad constant buffer constant-reg-already-loaded optimization.
Eric Anholt
2009-07-04
1
-13
/
+11
|
|
*
i965: handle OPCODE_SWZ in the glsl path
Roland Scheidegger
2009-06-22
1
-0
/
+1
|
|
*
i965: fix 1D texture borders with GL_CLAMP_TO_BORDER
Robert Ellison
2009-06-17
1
-0
/
+10
[next]