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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Don't fill buffer with zeroes.
Kenneth Graunke
2013-03-06
1
-6
/
+0
*
i965: Fix off-by-one in query object result gathering.
Kenneth Graunke
2013-03-06
1
-2
/
+2
*
intel: Improve the matching (more formats!) for TexImage from PBOs.
Eric Anholt
2013-03-05
1
-25
/
+3
*
intel: Improve the test for readpixels blit path format checking.
Eric Anholt
2013-03-05
3
-37
/
+6
*
intel: Fold intel_region_copy() into its one caller.
Eric Anholt
2013-03-05
3
-53
/
+16
*
intel: Transition intel_region_map() to being a miptree operation.
Eric Anholt
2013-03-05
5
-91
/
+55
*
intel: Remove num_mapped_regions tracking.
Eric Anholt
2013-03-05
2
-14
/
+0
*
intel: Remove the struct intel_region reuse hash table.
Eric Anholt
2013-03-05
4
-39
/
+2
*
intel: Add missing perf debug for a stall on mapping a BO.
Eric Anholt
2013-03-05
1
-0
/
+2
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
16
-48
/
+83
*
intel: Finish renaming fallback_debug() to perf_debug().
Eric Anholt
2013-03-05
5
-18
/
+13
*
intel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
Eric Anholt
2013-03-05
4
-0
/
+8
*
dri/nouveau: NV17_3D class is not available for NV1a chipset
Marcin Slusarz
2013-03-05
1
-1
/
+1
*
i965: Fix Crystal Well PCI IDs.
Kenneth Graunke
2013-03-03
1
-9
/
+9
*
i965: Pull query BO reallocation out into a helper function.
Kenneth Graunke
2013-03-01
1
-23
/
+33
*
i965: Replace the global brw->query.bo variable with query->bo.
Kenneth Graunke
2013-03-01
2
-16
/
+7
*
i965: Turn if (query->bo) into an assertion.
Kenneth Graunke
2013-03-01
1
-5
/
+5
*
i965: Unify query object BO reallocation code.
Kenneth Graunke
2013-03-01
1
-11
/
+10
*
i965: Use query->last_index instead of the global brw->query.index.
Kenneth Graunke
2013-03-01
2
-7
/
+6
*
i965: Remove brw_query_object::first_index field as it's always 0.
Kenneth Graunke
2013-03-01
2
-6
/
+3
*
i965: Add a pile of comments to brw_queryobj.c.
Kenneth Graunke
2013-03-01
1
-16
/
+143
*
i965: Write TIMESTAMP query values into the first buffer element.
Kenneth Graunke
2013-03-01
1
-4
/
+3
*
i965: Implement the new QueryCounter() hook.
Kenneth Graunke
2013-03-01
1
-6
/
+21
*
i965: enable ARB_texture_multisample on Gen6+
Chris Forbes
2013-03-02
1
-0
/
+1
*
i965/fs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
3
-13
/
+54
*
i965/vs: add support for ir_txf_ms on Gen6+
Chris Forbes
2013-03-02
1
-4
/
+21
*
i965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
Chris Forbes
2013-03-02
5
-0
/
+18
*
i965: take the target into account for Gen7 MSAA modes
Chris Forbes
2013-03-02
1
-3
/
+19
*
i965: Support multisampling in surface_state for textures
Chris Forbes
2013-03-02
2
-5
/
+6
*
i965: add support for multisample textures
Chris Forbes
2013-03-02
6
-7
/
+55
*
i965: expose sample positions
Chris Forbes
2013-03-02
3
-43
/
+82
*
i965: add support for sample mask on Gen6+
Chris Forbes
2013-03-02
4
-9
/
+16
*
i965: expose new max sample counts
Chris Forbes
2013-03-02
1
-2
/
+10
*
intel: Use the new "ctx" local variable I just added some more.
Eric Anholt
2013-03-01
1
-2
/
+2
*
i965: Make sRGB-capable framebuffers by default.
Eric Anholt
2013-03-01
2
-3
/
+63
*
intel: Fix software copying of miptree faces for weird formats.
Eric Anholt
2013-03-01
3
-61
/
+77
*
intel: Add a flag for miptree mapping to disable transcoding.
Eric Anholt
2013-03-01
2
-4
/
+17
*
i965: Add WARN_ONCE for depthstencil workarounds we shouldn't be hitting.
Eric Anholt
2013-03-01
2
-0
/
+6
*
intel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
Jordan Justen
2013-02-28
1
-0
/
+2
*
intel: update max versions based on MESA_GL_VERSION_OVERRIDE
Jordan Justen
2013-02-28
1
-0
/
+10
*
i965/fs: Put immediate operand as src2
Matt Turner
2013-02-28
1
-1
/
+1
*
intel: Remove intel_mipmap_tree::wraps_etc
Chad Versace
2013-02-28
2
-21
/
+3
*
i965/vs: Assert that ir_triop_lrp was lowered.
Matt Turner
2013-02-28
1
-0
/
+4
*
i965/fp: Use the LRP instruction for OPCODE_LRP.
Matt Turner
2013-02-28
1
-8
/
+4
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
7
-5
/
+75
*
i965: Add support for emitting the LRP instruction.
Kenneth Graunke
2013-02-28
4
-0
/
+4
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-1
/
+2
*
i965/vs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/fs/gen7: Allow MATH instructions to have MRF as a destination
Matt Turner
2013-02-28
1
-1
/
+1
*
i965/gen7: Relax restrictions on fake MRFs
Matt Turner
2013-02-28
1
-2
/
+4
[next]