index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-04
Add scons build support for radeon/r300.
Corbin Simpson
6
-35
/
+59
2009-04-04
radeon: Fix compile warnings, compile errors.
Corbin Simpson
1
-1
/
+6
2009-04-04
r300-gallium: Clean up compile warnings and strict compile errors.
Corbin Simpson
5
-24
/
+23
2009-04-04
r300-gallium: r500 surface_copy fragment shader.
Corbin Simpson
1
-8
/
+23
2009-04-03
intel: #include texgetimage.h
Brian Paul
1
-0
/
+1
2009-04-03
mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file
Brian Paul
9
-335
/
+409
2009-04-03
mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()
Brian Paul
8
-15
/
+18
2009-04-03
mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCE
Brian Paul
1
-4
/
+6
2009-04-03
mesa: whitespace and comment clean-up
Brian Paul
1
-11
/
+16
2009-04-03
mesa: remove extra semicolons
Brian Paul
1
-5
/
+5
2009-04-03
softpipe: add additional surface formats in tile cache code
Brian Paul
1
-0
/
+3
2009-04-03
mesa: in mesa_add_named_constant(), avoid adding duplicate constants
Brian Paul
1
-7
/
+12
2009-04-03
mesa: fix parameter counting in ARB vertex/fragment program parsing
Brian Paul
1
-5
/
+2
2009-04-03
mesa: replace >= with > when testing if we've exceeded max local params
Brian Paul
1
-2
/
+2
2009-04-03
mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...
Brian Paul
1
-3
/
+2
2009-04-03
mesa: for OPCODE_LIT, use _mesa_pow() instead of exp() and log()
Brian Paul
1
-2
/
+2
2009-04-03
python/regress: Use A8R8G8B8 rendertarget format.
Michal Krol
1
-1
/
+1
2009-04-03
mesa: rename some gl_light fields to be clearer
Brian Paul
10
-36
/
+36
2009-04-03
mesa: don't normalize spot light direction until validation time
Brian Paul
1
-2
/
+7
2009-04-03
python/regress: vertex shader srcmod swz test does not use TEMP[0].
Michal Krol
1
-1
/
+0
2009-04-03
tgsi/exec: Actually enable switch-case for FLR.
Michal Krol
1
-1
/
+1
2009-04-03
i965: remove unused var
Brian Paul
1
-1
/
+0
2009-04-03
glx: remove unused local var in determineTextureFormat()
Brian Paul
1
-1
/
+0
2009-04-03
mesa: replace assertion with conditional in _mesa_opcode_string()
Brian Paul
1
-2
/
+4
2009-04-03
i965: more const buffer debug code
Brian Paul
1
-50
/
+84
2009-04-03
i965: added brw_same_reg()
Brian Paul
1
-0
/
+7
2009-04-03
i965: s/GL_FALSE/BRW_COMPRESSION_NONE/
Brian Paul
1
-1
/
+1
2009-04-03
i965: another checkpoint commit of new constant buffer support
Brian Paul
2
-65
/
+115
2009-04-03
i965: fix response length param in brw_dp_READ_4()
Brian Paul
1
-1
/
+1
2009-04-03
i965: change args to get_src_reg() to prep for new constant buffer support
Brian Paul
1
-79
/
+85
2009-04-03
i965: check-point commit of new constant buffer support
Brian Paul
5
-35
/
+288
2009-04-03
i965: remove unused code for sampling a constant buffer
Brian Paul
1
-42
/
+0
2009-04-03
i965: code to setup a constant buffer sampler
Brian Paul
1
-0
/
+43
2009-04-03
i965: do negation and Abs in get_src_reg_imm()
Brian Paul
1
-1
/
+6
2009-04-03
i965: comments
Brian Paul
1
-0
/
+5
2009-04-03
i965: code to debug/dump instruction immediates
Brian Paul
1
-0
/
+5
2009-04-03
i965: minor code movement, new comment
Brian Paul
1
-1
/
+4
2009-04-03
i965: added new brw_dp_READ_4() function
Brian Paul
2
-0
/
+57
2009-04-03
i965: new and updated comments
Brian Paul
1
-17
/
+29
2009-04-03
mesa: more error message info
Brian Paul
1
-1
/
+2
2009-04-03
mesa: clean up formatting and use 'return' instead of 'break' consistantly
Brian Paul
1
-51
/
+67
2009-04-03
i965: comments for brw_SAMPLE()
Brian Paul
1
-1
/
+5
2009-04-03
i965: comments for sampling code
Brian Paul
1
-28
/
+28
2009-04-03
i965: add support for float literal instruction operands
Brian Paul
1
-20
/
+43
2009-04-03
i965: remove 'nr' param from get_src/dst_reg() functions
Brian Paul
1
-112
/
+114
2009-04-03
i965: fix comment typo
Brian Paul
1
-1
/
+1
2009-04-03
i965: comments, clean-up in prepare_wm_surfaces()
Brian Paul
1
-11
/
+15
2009-04-03
i965: remove unneeded #includes
Brian Paul
1
-9
/
+0
2009-04-03
i965: formatting clean-ups
Brian Paul
1
-3
/
+4
2009-04-03
i965: comments, whitespace changes
Brian Paul
1
-8
/
+14
[next]