projects
/
mesa.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
meta: Fold the glUseProgram() into the blit program generator.
2014-02-12
Eric Anholt
meta: Fold the glUseProgram() into the blit program...
commit
|
commitdiff
|
tree
2014-02-12
Eric Anholt
meta: Simplify the blit shader setup steps.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize triop_csel with all-true or all-false.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize various cases of fma (aka MAD).
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize lrp(x, x, coefficient) --> x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize pow(x, 1) -> x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize log(exp(x)) and exp(log(x)) into x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize ~~x into x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
i965: Add some informative debug when the X Server...
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
i965: Remove redundant check in blitter-based glBlitFramebuf...
commit
|
commitdiff
|
tree
2014-02-01
Eric Anholt
dri: Add a useful error message if someone's packages...
commit
|
commitdiff
|
tree
2014-02-01
Eric Anholt
dri: Also support the loader with libudev.so.0.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri: Reuse dri_message to implement our other message...
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri: Fix the logger error message handling.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri2: Trust our own driver name lookup over the server's.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri2: Open the fd before loading the driver.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri3: Fix two little memory leaks.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
loader: Use dlsym to get our udev symbols instead of...
commit
|
commitdiff
|
tree
2014-01-17
Eric Anholt
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
commit
|
commitdiff
|
tree
2014-01-17
Eric Anholt
i965: Stop doing our optimization on a copy of the...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Don't do the temporary-and-blit-copy for INVALIDATE_RA...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Fix handling of MESA_pack_invert in blit (PBO...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Fix incorrect bounds tracking for blit readpixels...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Use SET_FIELD to safety check our x/y offsets...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Add an assert for when SET_FIELD's value exceeds...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Add a safety check for emitting blits.
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Don't call the blitter on addresses it can't...
commit
|
commitdiff
|
tree
2014-01-06
Eric Anholt
i965: Warning fix
commit
|
commitdiff
|
tree
2013-11-23
Eric Anholt
i965/fs: Make the first pre-allocation heuristic be...
commit
|
commitdiff
|
tree
2013-11-23
Eric Anholt
mesa: Remove the ralloc canary on release builds.
commit
|
commitdiff
|
tree
2013-11-23
Eric Anholt
i965: Fix streamed state dumping/annotation after the...
commit
|
commitdiff
|
tree
2013-11-21
Eric Anholt
mesa: Fix setup of LocalParams array.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Dynamically allocate the storage for program...
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Remove PROGRAM_ENV_PARAM enum.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Remove PROGRAM_LOCAL_PARAM enum.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Update a comment about valid values of a field.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "1/rsq(x) == sqrt(x...
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "(a ^^ a) -> false"...
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Move the CSE equality functions to the ir class.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Try a different pre-scheduling heuristic if...
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Do instruction pre-scheduling just before...
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Ignore actual latency pre-reg-alloc.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Fix message setup for SIMD8 spills.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Prefer things we know reduce reg pressure...
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965: Fix undefined value usage in ABO setup.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965: Add a warning if something ever hits a bug I...
commit
|
commitdiff
|
tree
2013-11-09
Eric Anholt
i965: Make the driver compile until a proper libdrm...
commit
|
commitdiff
|
tree
2013-11-08
Eric Anholt
glx: Add a more informative debug message in a DRI3...
commit
|
commitdiff
|
tree
2013-11-07
Eric Anholt
i965: Avoid flushing the batch for every blorp op.
commit
|
commitdiff
|
tree
2013-11-05
Eric Anholt
i965: Tell the unit states how many binding table entries...
commit
|
commitdiff
|
tree
2013-11-05
Eric Anholt
i965: Fix context initialization after 2f896627175384fd5
commit
|
commitdiff
|
tree
2013-11-01
Eric Anholt
glsl: Add a CSE pass.
commit
|
commitdiff
|
tree
2013-11-01
Eric Anholt
i965/vec4: Don't overwrite op[1] when doing a UBO load.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Use the gen7 scratch read opcode when possible.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_...
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Fix register unspills from a reg_offset.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Fix register spilling for 16-wide.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Exit the compile if spilling would overwrite...
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Fix broken register spilling debug code.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Split "find what MRFs were used" to a helper...
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Update an ancient, wrong comment about reg_offset.
commit
|
commitdiff
|
tree
2013-10-30
Eric Anholt
i965/fs: Prefer more-critical instructions of the same...
commit
|
commitdiff
|
tree
2013-10-30
Eric Anholt
i965: Compute the node's delay time for scheduling.
commit
|
commitdiff
|
tree
2013-10-29
Eric Anholt
i965/fs: Drop our dead push constants before overflowing...
commit
|
commitdiff
|
tree
2013-10-29
Eric Anholt
i965/vec4: Reduce working set size of live variables...
commit
|
commitdiff
|
tree
2013-10-28
Eric Anholt
glsl: Drop no-op shifts involving 0.
commit
|
commitdiff
|
tree
2013-10-28
Eric Anholt
glsl: Use ir_builder more in opt_algebraic.
commit
|
commitdiff
|
tree
2013-10-28
Eric Anholt
glsl: Move common code out of opt_algebraic's handle_express...
commit
|
commitdiff
|
tree
2013-10-25
Eric Anholt
i965/fs: Stop trying to hack around MRF dep chains...
commit
|
commitdiff
|
tree
2013-10-25
Eric Anholt
i965: Try not to reverse-schedule things when doing...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
mesa: Remove dricore from the build.
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
swrast: Build the driver into the shared mesa_dri_drivers.so.
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
radeon: Build the driver into the shared mesa_dri_drivers.so.
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
i915: Build the driver into the shared mesa_dri_drivers.so.
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
dri: Add a tool for generating #defines to namespace...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
nouveau: Build the driver into the shared mesa_dri_drivers.so.
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
i965: Build the driver into a shared mesa_dri_drivers...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
dri: Implement a DRI vtable extension to replace the...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
dri: Pass in the dlsym()ed driver extension to screen...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
gbm: Add support for the new __driDriverGetExtensions...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
egl: Add an optional function call for getting the...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
glx: Add an optional function call for getting the...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
dri: Move driver config options to dri driver extensions.
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
dri: Allow config options to be passed to the loader...
commit
|
commitdiff
|
tree
2013-10-24
Eric Anholt
glx: Move the driver extension-loading to a helper...
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Add perf debug hint when the app makes us do...
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Try to avoid stalls on the GPU when doing glBufferSubD...
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Be sure to reset brw->vb.buffers[] when trying...
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Add support for GL_ARB_texture_buffer_range.
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Add a note about the late-allocation in intel_bufferob...
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Drop intel_bufferobj_source().
commit
|
commitdiff
|
tree
2013-10-23
Eric Anholt
i965: Fix texture buffer rendering after a whole buffer...
commit
|
commitdiff
|
tree
2013-10-15
Eric Anholt
i965: Move the common binding table offset code to...
commit
|
commitdiff
|
tree
2013-10-15
Eric Anholt
i965/vec4: Dynamically assign the VS/GS binding table...
commit
|
commitdiff
|
tree
2013-10-15
Eric Anholt
i965/fs: Dynamically set up the WM binding table offsets.
commit
|
commitdiff
|
tree
2013-10-15
Eric Anholt
i965: Make a brw_stage_prog_data for storing the SURF_INDEX...
commit
|
commitdiff
|
tree
2013-10-15
Eric Anholt
i965: Always have the struct gl_program * in the backend...
commit
|
commitdiff
|
tree
2013-10-15
Eric Anholt
i965: Drop a couple of unused defines.
commit
|
commitdiff
|
tree
next