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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xlib: switch to c11 mutex functions
Brian Paul
2014-03-03
3
-14
/
+14
*
i965: Validate (and resolve) all the bound textures.
Chris Forbes
2014-03-02
2
-2
/
+2
*
i965: Widen sampler key bitfields for 32 samplers
Chris Forbes
2014-03-02
1
-3
/
+3
*
dri/i9*5: correctly calculate the amount of system memory
Emil Velikov
2014-03-01
2
-2
/
+2
*
i915: Allocate the sys_buffer using _mesa_align_malloc
Ian Romanick
2014-02-28
1
-7
/
+8
*
i915: Only allow 8 vertex texture units
Ian Romanick
2014-02-28
1
-0
/
+1
*
i965: Assert array index on access to vec4_visitor's arrays.
Petri Latvala
2014-02-28
2
-0
/
+8
*
i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...
Petri Latvala
2014-02-28
4
-2
/
+28
*
meta: Drop ctx->API checks.
Kenneth Graunke
2014-02-27
2
-92
/
+50
*
meta: Restore API at the end of _mesa_meta_end(), not the start.
Kenneth Graunke
2014-02-27
1
-2
/
+2
*
i965: Convert VUE map generation checks to if rather than switch.
Kenneth Graunke
2014-02-27
1
-11
/
+2
*
i965: Only emit VS state pipe control workaround on IVB and BYT.
Kenneth Graunke
2014-02-27
3
-3
/
+5
*
i965: Fix the region's pitch condition to use blitter
Anuj Phogat
2014-02-26
1
-3
/
+3
*
meta: Use a #define for the vector type to avoid %svec4 everywhere.
Kenneth Graunke
2014-02-26
1
-10
/
+7
*
i965: Don't try to dump shader source for fixed-function FS programs.
Kenneth Graunke
2014-02-26
1
-1
/
+1
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
5
-12
/
+13
*
i965: Stop lowering ir_triop_lrp.
Kenneth Graunke
2014-02-26
1
-2
/
+0
*
i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
Kenneth Graunke
2014-02-26
2
-7
/
+38
*
i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.
Kenneth Graunke
2014-02-26
1
-0
/
+1
*
i965: Fix segfaults since the buffer_storage changes.
Eric Anholt
2014-02-25
1
-1
/
+1
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
10
-144
/
+168
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
4
-3
/
+12
*
glsl/i965: move lower_offset_array up to GLSL compiler level.
Dave Airlie
2014-02-25
4
-96
/
+1
*
i965: Don't try to use the hardware blitter for multisampled miptrees.
Kenneth Graunke
2014-02-23
1
-0
/
+4
*
dri_util: use the implemented version of __DRIimageDriverExtension
Emil Velikov
2014-02-23
1
-1
/
+1
*
drivers/dri: explicitly set __DRI2flushExtension members
Emil Velikov
2014-02-23
2
-6
/
+8
*
dri_util: explicitly set __DRIcopySubBufferExtension members
Emil Velikov
2014-02-23
1
-2
/
+3
*
dri_util: explicitly set __DRIswrastExtension members.
Emil Velikov
2014-02-23
1
-6
/
+7
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
12
-63
/
+66
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
24
-248
/
+258
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
2
-2
/
+2
*
i965: Refactor debug dumping of GLSL IR.
Eric Anholt
2014-02-22
5
-27
/
+29
*
intel: Remove some dead code I noticed in intel_screen.c.
Eric Anholt
2014-02-22
2
-8
/
+0
*
i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.
Eric Anholt
2014-02-22
4
-4
/
+10
*
i965: Use the object label when available for shader_time output.
Eric Anholt
2014-02-22
1
-5
/
+8
*
meta: Set some object labels on our meta shaders.
Eric Anholt
2014-02-22
2
-0
/
+14
*
Revert "i965/fs: Make fs_reg's type an enum for better debugging."
Matt Turner
2014-02-21
4
-7
/
+6
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
3
-25
/
+17
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
3
-14
/
+19
*
i965/fs: Move setting opcode = NOP to its one useful location.
Matt Turner
2014-02-21
1
-1
/
+1
*
i965/fs: Use a bitfield for fs_inst's bool fields.
Matt Turner
2014-02-21
1
-7
/
+7
*
i965/fs: Reorder fs_inst's fields for better packing.
Matt Turner
2014-02-21
1
-9
/
+11
*
i965/fs: Reduce the sizes of some fs_inst members.
Matt Turner
2014-02-21
1
-6
/
+6
*
i965/fs: Reorder fs_reg for better packing.
Matt Turner
2014-02-21
1
-15
/
+15
*
i965/fs: Make fs_reg's type an enum for better debugging.
Matt Turner
2014-02-21
4
-6
/
+7
*
i965/fs: Reduce the sizes of some fs_reg members.
Matt Turner
2014-02-21
1
-3
/
+3
*
i965: Mark brw_reg_type and register_file enums as PACKED.
Matt Turner
2014-02-21
2
-2
/
+4
*
i965: Reduce predicate field of backend_instruction to uint8_t.
Matt Turner
2014-02-21
1
-1
/
+1
*
mesa: Move declarations before code.
Vinson Lee
2014-02-21
1
-4
/
+9
*
meta: Eliminate samplers[] array in favor of using vec4_prefix.
Kenneth Graunke
2014-02-21
1
-10
/
+2
[next]