index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/skl: Update 3DSTATE_SBE for Skylake.
Damien Lespiau
2014-11-03
2
-2
/
+34
*
glsl: Improve the CSE pass debugging output.
Kenneth Graunke
2014-11-03
1
-1
/
+8
*
i965/fs: Don't compute_to_mrf() on Gen >= 7.
Matt Turner
2014-11-03
1
-0
/
+4
*
glsl: Remove now useless dot optimization on basis vect
Matt Turner
2014-11-03
3
-92
/
+3
*
glsl: Emit mul instead of dot if only one component left.
Matt Turner
2014-11-03
1
-1
/
+4
*
clover: Fix clBuildProgram piglit regression
Tom Stellard
2014-11-03
1
-4
/
+4
*
gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment.
José Fonseca
2014-11-03
1
-1
/
+3
*
gallivm: When disassemble a function, start by printing out its name.
José Fonseca
2014-11-03
1
-0
/
+1
*
i965/chv: Increase VS and GS thread counts
Ben Widawsky
2014-11-02
1
-2
/
+2
*
gallium/docs: fix NRM, NRM4 docs
Brian Paul
2014-11-01
1
-12
/
+24
*
softpipe: use the tgsi_free_tokens() function
Brian Paul
2014-10-31
1
-6
/
+6
*
tgsi: add a tgsi_free_tokens() function
Brian Paul
2014-10-31
2
-0
/
+13
*
util: simplify u_pstipple.c code
Brian Paul
2014-10-31
1
-123
/
+62
*
util: simplify temp register selection in u_pstipple.c
Brian Paul
2014-10-31
1
-27
/
+18
*
util: simplify util_pstipple_create_fragment_shader() params
Brian Paul
2014-10-31
3
-38
/
+28
*
softpipe: remove unused softpipe_create_fs_variant_exec() parameter
Brian Paul
2014-10-31
3
-5
/
+3
*
softpipe: check for SP_NEW_STIPPLE when building quad pipeline
Brian Paul
2014-10-31
1
-0
/
+1
*
r600g: Fix build with opencl and radeonsi disabled
Tom Stellard
2014-10-31
1
-6
/
+6
*
clover: Fix bug when binary programs are passed to clBuildProgram() v2
Tom Stellard
2014-10-31
2
-6
/
+14
*
clover: Factor input validation of clCompileProgram into a new function v2
Tom Stellard
2014-10-31
1
-10
/
+23
*
radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
Tom Stellard
2014-10-31
4
-59
/
+127
*
r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
Tom Stellard
2014-10-31
8
-97
/
+180
*
gallium/radeon: Add query for symbol specific config information
Tom Stellard
2014-10-31
3
-0
/
+86
*
r300g: remove enabled/disabled hyperz and AA compression messages
Marek Olšák
2014-10-30
1
-2
/
+0
*
r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param'
Dieter Nützel
2014-10-30
1
-1
/
+0
*
mesa: protect the debug state with a mutex
Chia-I Wu
2014-10-30
2
-47
/
+126
*
glsl: protect glsl_type with a mutex
Chia-I Wu
2014-10-30
2
-10
/
+62
*
glsl: protect anonymous struct id with a mutex
Chia-I Wu
2014-10-30
1
-2
/
+8
*
util: initialize locale_t with a static object
Chia-I Wu
2014-10-30
1
-10
/
+8
*
configure: check for xlocale.h and strtof
Chia-I Wu
2014-10-30
1
-8
/
+4
*
util: add _mesa_strtod and _mesa_strtof
Chia-I Wu
2014-10-30
10
-40
/
+21
*
mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.
Mathias Fröhlich
2014-10-30
2
-13
/
+6
*
Revert "i965/compaction: Disable compaction on SNB temporarily."
Matt Turner
2014-10-29
1
-6
/
+0
*
i965/vec4: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
2014-10-29
1
-1
/
+5
*
i965/fs: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
2014-10-29
1
-1
/
+5
*
glsl: Drop constant 0.0 components from dot products.
Matt Turner
2014-10-29
1
-0
/
+27
*
glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present.
Kenneth Graunke
2014-10-29
2
-2
/
+36
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
5
-5
/
+4
*
i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].
Kenneth Graunke
2014-10-29
5
-5
/
+5
*
i965: Rename intel_bufferobj_* functions to match GL and DD hooks.
Kenneth Graunke
2014-10-29
1
-65
/
+64
*
radeon/llvm: Dynamically allocate branch/loop stack arrays
Michel Dänzer
2014-10-29
2
-6
/
+37
*
mesa: Fix order of errors for glDrawTransformFeedbackStream
Chris Forbes
2014-10-29
1
-5
/
+5
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
10
-34
/
+407
*
vc4: Fix mixup of return type in reloc_tex().
Eric Anholt
2014-10-28
1
-2
/
+2
*
vc4: Drop redundant check for is_tmu_write().
Eric Anholt
2014-10-28
1
-3
/
+0
*
vc4: Don't forget to validate code that's got PROG_END on it.
Eric Anholt
2014-10-28
1
-5
/
+6
*
vc4: Add .dir-locals.el for kernel style in the kernel code.
Eric Anholt
2014-10-28
1
-0
/
+12
*
vc4: Fix a couple missing '\n's in error output.
Eric Anholt
2014-10-28
2
-2
/
+2
*
st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capability
Brian Paul
2014-10-28
1
-1
/
+2
*
Revert "st/mesa: set MaxUnrollIterations = 255"
Marek Olšák
2014-10-28
1
-2
/
+1
[next]